#313508

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

Shades of Turtle Green #313508

Tints of Turtle Green #313508

Color information

#313508 (or 0x313508) is unknown color: approx Turtle Green. HEX triplet: 31, 35 and 08. RGB value is (49,53,8). Sum of RGB (Red+Green+Blue) = 49+53+8=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #313508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313508 is #CECAF7. Grayscale: #2E2E2E. Windows color (decimal): -13552376 or 537905. OLE color: 537905.

HSL color Cylindrical-coordinate representation of color #313508: hue angle of 65.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #313508 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB49538-
CMYK0.0800.850.79
HSL65.33º73.77%11.96%-
HSV(B)65.33º84.91%20.78%-
XYZ2.583.220.71-
YUV46.67106.17129.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 53 (21.09% from 255) = 48.18%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=44.55%
G=48.18%
B=7.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal495380.0800.850.7965.3373.7711.96
Hex3135880554F414ac
Octal61651010012511710111214
Binary11000111010110001000010101011001111100000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313508; }

 p { color: rgb(49,53,8); }

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

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

 a { background-color: rgb(49,53,8); }

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

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

 span { border-color: rgb(49,53,8); }

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