#313408

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

Shades of Turtle Green #313408

Tints of Turtle Green #313408

Color information

#313408 (or 0x313408) is unknown color: approx Turtle Green. HEX triplet: 31, 34 and 08. RGB value is (49,52,8). Sum of RGB (Red+Green+Blue) = 49+52+8=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #313408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313408 is #CECBF7. Grayscale: #2E2E2E. Windows color (decimal): -13552632 or 537649. OLE color: 537649.

HSL color Cylindrical-coordinate representation of color #313408: hue angle of 64.09º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #313408 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB49528-
CMYK0.0600.850.80
HSL64.09º73.33%11.76%-
HSV(B)64.09º84.62%20.39%-
XYZ2.543.130.7-
YUV46.09106.51130.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 52 (20.70% from 255) = 47.71%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=44.95%
G=47.71%
B=7.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal495280.0600.850.8064.0973.3311.76
Hex313486055504049c
Octal6164106012512010011114
Binary1100011101001000110010101011010000100000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313408; }

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

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

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

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

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

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

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

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