Shades of Turtle Green #313708
Tints of Turtle Green #313708
RGB
CMYK
RGB Variations
Color information
#313708 (or 0x313708) is known color: Turtle Green. HEX triplet: 31, 37 and 08. RGB value is (49,55,8). Sum of RGB (Red+Green+Blue) = 49+55+8=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #313708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313708 is #CEC8F7. Grayscale: #303030. Windows color (decimal): -13551864 or 538417. OLE color: 538417.
HSL color Cylindrical-coordinate representation of color #313708: hue angle of 67.66º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #313708 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 8 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.78 |
| HSL | 67.66º | 0.75% | 0.12% | - |
| HSV(B) | 67.66º | 0.85% | 0.22% | - |
| XYZ | 2.68 | 3.4 | 0.75 | - |
| YUV | 47.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 8 | 0.11 | 0 | 0.85 | 0.78 | 67.66 | 0.75 | 0.12 |
| Hex | 31 | 37 | 8 | B | 0 | 55 | 4E | 44 | 4B | C |
| Octal | 61 | 67 | 10 | 13 | 0 | 125 | 116 | 104 | 113 | 14 |
| Binary | 110001 | 110111 | 1000 | 1011 | 0 | 1010101 | 1001110 | 1000100 | 1001011 | 1100 |
Color Harmonies of #313708
Complementary color
Monochromatic Colors of #313708
Black with #313708
Text Example
Text Example
White with #313708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313708; }
p { color: rgb(49,55,8); }
H1.HeaderClassName
{
color: #313708;
}
.AnyTagClassName
{
color: #313708;
}
</style>
background-color css
<style>
a { background-color: #313708; }
a { background-color: rgb(49,55,8); }
div.DivClassName
{
background-color: #313708;
}
.BgClassName
{
background-color: #313708;
}
</style>
border-color css
<style>
span { border-color: #313708; }
span { border-color: rgb(49,55,8); }
td.TdClassName
{
border-color: #313708;
}
.TagClassName
{
border-color: #313708;
}
</style>