#314703

Color #314703 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #314703

Tints of Turtle Green #314703

Color information

#314703 (or 0x314703) is unknown color: approx Turtle Green. HEX triplet: 31, 47 and 03. RGB value is (49,71,3). Sum of RGB (Red+Green+Blue) = 49+71+3=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #314703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314703 is #CEB8FC. Grayscale: #383838. Windows color (decimal): -13547773 or 214833. OLE color: 214833.

HSL color Cylindrical-coordinate representation of color #314703: hue angle of 79.41º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #314703 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB49713-
CMYK0.3100.960.72
HSL79.41º91.89%14.51%-
HSV(B)79.41º95.77%27.84%-
XYZ3.545.170.9-
YUV56.6797.71122.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=39.84%
G=57.72%
B=2.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal497130.3100.960.7279.4191.8914.51
Hex314731F060484f5cf
Octal61107337014011011713417
Binary11000110001111111111011000001001000100111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314703; }

 p { color: rgb(49,71,3); }

 H1.HeaderClassName
 {
   color: #314703;
 }
 .AnyTagClassName
 {
   color: #314703;
 }
</style>
background-color css

<style>
 a { background-color: #314703; }

 a { background-color: rgb(49,71,3); }

 div.DivClassName
 {
   background-color: #314703;
 }
 .BgClassName
 {
   background-color: #314703;
 }
</style>
border-color css

<style>
 span { border-color: #314703; }

 span { border-color: rgb(49,71,3); }

 td.TdClassName
 {
   border-color: #314703;
 }
 .TagClassName
 {
   border-color: #314703;
 }
</style>