Shades of Turtle Green #313C08
Tints of Turtle Green #313C08
RGB
CMYK
RGB Variations
Color information
#313C08 (or 0x313C08) is known color: Turtle Green. HEX triplet: 31, 3C and 08. RGB value is (49,60,8). Sum of RGB (Red+Green+Blue) = 49+60+8=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #313C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313C08 is #CEC3F7. Grayscale: #323232. Windows color (decimal): -13550584 or 539697. OLE color: 539697.
HSL color Cylindrical-coordinate representation of color #313C08: hue angle of 72.69º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #313C08 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 60 | 8 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.76 |
| HSL | 72.69º | 0.76% | 0.13% | - |
| HSV(B) | 72.69º | 0.87% | 0.24% | - |
| XYZ | 2.93 | 3.9 | 0.83 | - |
| YUV | 50.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 8 | 0.18 | 0 | 0.87 | 0.76 | 72.69 | 0.76 | 0.13 |
| Hex | 31 | 3C | 8 | 12 | 0 | 57 | 4C | 49 | 4C | D |
| Octal | 61 | 74 | 10 | 22 | 0 | 127 | 114 | 111 | 114 | 15 |
| Binary | 110001 | 111100 | 1000 | 10010 | 0 | 1010111 | 1001100 | 1001001 | 1001100 | 1101 |
Color Harmonies of #313C08
Complementary color
Monochromatic Colors of #313C08
Black with #313C08
Text Example
Text Example
White with #313C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C08; }
p { color: rgb(49,60,8); }
H1.HeaderClassName
{
color: #313C08;
}
.AnyTagClassName
{
color: #313C08;
}
</style>
background-color css
<style>
a { background-color: #313C08; }
a { background-color: rgb(49,60,8); }
div.DivClassName
{
background-color: #313C08;
}
.BgClassName
{
background-color: #313C08;
}
</style>
border-color css
<style>
span { border-color: #313C08; }
span { border-color: rgb(49,60,8); }
td.TdClassName
{
border-color: #313C08;
}
.TagClassName
{
border-color: #313C08;
}
</style>