#313720

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

Shades of Turtle Green #313720

Tints of Turtle Green #313720

Color information

#313720 (or 0x313720) is unknown color: approx Turtle Green. HEX triplet: 31, 37 and 20. RGB value is (49,55,32). Sum of RGB (Red+Green+Blue) = 49+55+32=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #313720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313720 is #CEC8DF. Grayscale: #323232. Windows color (decimal): -13551840 or 2111281. OLE color: 2111281.

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

Color convert

RGB495532-
CMYK0.1100.420.78
HSL75.65º26.44%17.06%-
HSV(B)75.65º41.82%21.57%-
XYZ2.893.491.89-
YUV50.58117.51126.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=36.03%
G=40.44%
B=23.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4955320.1100.420.7875.6526.4417.06
Hex313720B02A4E4c1a11
Octal616740130521161143221
Binary11000111011110000010110101010100111010011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313720; }

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

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

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

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

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

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

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

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