Shades of Turtle Green #313608
Tints of Turtle Green #313608
RGB
CMYK
RGB Variations
Color information
#313608 (or 0x313608) is known color: Turtle Green. HEX triplet: 31, 36 and 08. RGB value is (49,54,8). Sum of RGB (Red+Green+Blue) = 49+54+8=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #313608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313608 is #CEC9F7. Grayscale: #2F2F2F. Windows color (decimal): -13552120 or 538161. OLE color: 538161.
HSL color Cylindrical-coordinate representation of color #313608: hue angle of 66.52º 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 #313608 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 54 | 8 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.79 |
| HSL | 66.52º | 0.74% | 0.12% | - |
| HSV(B) | 66.52º | 0.85% | 0.21% | - |
| XYZ | 2.63 | 3.31 | 0.73 | - |
| YUV | 47.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 8 | 0.09 | 0 | 0.85 | 0.79 | 66.52 | 0.74 | 0.12 |
| Hex | 31 | 36 | 8 | 9 | 0 | 55 | 4F | 43 | 4A | C |
| Octal | 61 | 66 | 10 | 11 | 0 | 125 | 117 | 103 | 112 | 14 |
| Binary | 110001 | 110110 | 1000 | 1001 | 0 | 1010101 | 1001111 | 1000011 | 1001010 | 1100 |
Color Harmonies of #313608
Complementary color
Monochromatic Colors of #313608
Black with #313608
Text Example
Text Example
White with #313608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313608; }
p { color: rgb(49,54,8); }
H1.HeaderClassName
{
color: #313608;
}
.AnyTagClassName
{
color: #313608;
}
</style>
background-color css
<style>
a { background-color: #313608; }
a { background-color: rgb(49,54,8); }
div.DivClassName
{
background-color: #313608;
}
.BgClassName
{
background-color: #313608;
}
</style>
border-color css
<style>
span { border-color: #313608; }
span { border-color: rgb(49,54,8); }
td.TdClassName
{
border-color: #313608;
}
.TagClassName
{
border-color: #313608;
}
</style>