#314910

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

Shades of Turtle Green #314910

Tints of Turtle Green #314910

Color information

#314910 (or 0x314910) is unknown color: approx Turtle Green. HEX triplet: 31, 49 and 10. RGB value is (49,73,16). Sum of RGB (Red+Green+Blue) = 49+73+16=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #314910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314910 is #CEB6EF. Grayscale: #3B3B3B. Windows color (decimal): -13547248 or 1067313. OLE color: 1067313.

HSL color Cylindrical-coordinate representation of color #314910: hue angle of 85.26º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314910 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB497316-
CMYK0.3300.780.71
HSL85.26º64.04%17.45%-
HSV(B)85.26º78.08%28.63%-
XYZ3.745.461.35-
YUV59.33103.55120.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 73 (28.91% from 255) = 52.90%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=35.51%
G=52.90%
B=11.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973160.3300.780.7185.2664.0417.45
Hex3149102104E47554011
Octal611112041011610712510021
Binary1100011001001100001000010100111010001111010101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314910; }

 p { color: rgb(49,73,16); }

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

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

 a { background-color: rgb(49,73,16); }

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

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

 span { border-color: rgb(49,73,16); }

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