#313B20

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

Shades of Turtle Green #313B20

Tints of Turtle Green #313B20

Color information

#313B20 (or 0x313B20) is unknown color: approx Turtle Green. HEX triplet: 31, 3B and 20. RGB value is (49,59,32). Sum of RGB (Red+Green+Blue) = 49+59+32=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 59 - color contains mainly: green. Hex color #313B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B20 is #CEC4DF. Grayscale: #353535. Windows color (decimal): -13550816 or 2112305. OLE color: 2112305.

HSL color Cylindrical-coordinate representation of color #313B20: hue angle of 82.22º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #313B20 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB495932-
CMYK0.1700.460.77
HSL82.22º29.67%17.84%-
HSV(B)82.22º45.76%23.14%-
XYZ3.093.891.95-
YUV52.93116.19125.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 59 (23.44% from 255) = 42.14%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=35%
G=42.14%
B=22.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4959320.1700.460.7782.2229.6717.84
Hex313B201102E4D521e12
Octal617340210561151223622
Binary110001111011100000100010101110100110110100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313B20; }

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

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

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

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

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

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

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

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