#313616

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

Shades of Turtle Green #313616

Tints of Turtle Green #313616

Color information

#313616 (or 0x313616) is unknown color: approx Turtle Green. HEX triplet: 31, 36 and 16. RGB value is (49,54,22). Sum of RGB (Red+Green+Blue) = 49+54+22=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #313616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313616 is #CEC9E9. Grayscale: #303030. Windows color (decimal): -13552106 or 1455665. OLE color: 1455665.

HSL color Cylindrical-coordinate representation of color #313616: hue angle of 69.38º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #313616 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB495422-
CMYK0.0900.590.79
HSL69.38º42.11%14.9%-
HSV(B)69.38º59.26%21.18%-
XYZ2.733.351.26-
YUV48.86112.84128.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 54 (21.48% from 255) = 43.2%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=39.2%
G=43.2%
B=17.6%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4954220.0900.590.7969.3842.1114.9
Hex313616903B4F452af
Octal616626110731171055217
Binary1100011101101011010010111011100111110001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313616; }

 p { color: rgb(49,54,22); }

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

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

 a { background-color: rgb(49,54,22); }

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

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

 span { border-color: rgb(49,54,22); }

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