#313716

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

Shades of Turtle Green #313716

Tints of Turtle Green #313716

Color information

#313716 (or 0x313716) is unknown color: approx Turtle Green. HEX triplet: 31, 37 and 16. RGB value is (49,55,22). Sum of RGB (Red+Green+Blue) = 49+55+22=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #313716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313716 is #CEC8E9. Grayscale: #313131. Windows color (decimal): -13551850 or 1455921. OLE color: 1455921.

HSL color Cylindrical-coordinate representation of color #313716: hue angle of 70.91º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #313716 is Cyan = 0.11, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB495522-
CMYK0.1100.60.78
HSL70.91º42.86%15.1%-
HSV(B)70.91º60%21.57%-
XYZ2.783.441.28-
YUV49.44112.51127.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 55 (21.88% from 255) = 43.65%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=38.89%
G=43.65%
B=17.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4955220.1100.60.7870.9142.8615.1
Hex313716B03C4E472bf
Octal616726130741161075317
Binary1100011101111011010110111100100111010001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313716; }

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

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

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

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

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

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

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

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