#313920

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

Shades of Turtle Green #313920

Tints of Turtle Green #313920

Color information

#313920 (or 0x313920) is unknown color: approx Turtle Green. HEX triplet: 31, 39 and 20. RGB value is (49,57,32). Sum of RGB (Red+Green+Blue) = 49+57+32=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #313920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313920 is #CEC6DF. Grayscale: #333333. Windows color (decimal): -13551328 or 2111793. OLE color: 2111793.

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

Color convert

RGB495732-
CMYK0.1400.440.78
HSL79.2º28.09%17.45%-
HSV(B)79.2º43.86%22.35%-
XYZ2.993.681.92-
YUV51.76116.85126.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=35.51%
G=41.30%
B=23.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957320.1400.440.7879.228.0917.45
Hex313920E02C4E4f1c11
Octal617140160541161173421
Binary11000111100110000011100101100100111010011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313920; }

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

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

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

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

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

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

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

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