Shades of Turtle Green #313804
Tints of Turtle Green #313804
RGB
CMYK
RGB Variations
Color information
#313804 (or 0x313804) is known color: Turtle Green. HEX triplet: 31, 38 and 04. RGB value is (49,56,4). Sum of RGB (Red+Green+Blue) = 49+56+4=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #313804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313804 is #CEC7FB. Grayscale: #303030. Windows color (decimal): -13551612 or 276529. OLE color: 276529.
HSL color Cylindrical-coordinate representation of color #313804: hue angle of 68.08º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #313804 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 56 | 4 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.78 |
| HSL | 68.08º | 0.87% | 0.12% | - |
| HSV(B) | 68.08º | 0.93% | 0.22% | - |
| XYZ | 2.7 | 3.49 | 0.65 | - |
| YUV | 47.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 4 | 0.12 | 0 | 0.93 | 0.78 | 68.08 | 0.87 | 0.12 |
| Hex | 31 | 38 | 4 | C | 0 | 5D | 4E | 44 | 57 | C |
| Octal | 61 | 70 | 4 | 14 | 0 | 135 | 116 | 104 | 127 | 14 |
| Binary | 110001 | 111000 | 100 | 1100 | 0 | 1011101 | 1001110 | 1000100 | 1010111 | 1100 |
Color Harmonies of #313804
Complementary color
Monochromatic Colors of #313804
Black with #313804
Text Example
Text Example
White with #313804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313804; }
p { color: rgb(49,56,4); }
H1.HeaderClassName
{
color: #313804;
}
.AnyTagClassName
{
color: #313804;
}
</style>
background-color css
<style>
a { background-color: #313804; }
a { background-color: rgb(49,56,4); }
div.DivClassName
{
background-color: #313804;
}
.BgClassName
{
background-color: #313804;
}
</style>
border-color css
<style>
span { border-color: #313804; }
span { border-color: rgb(49,56,4); }
td.TdClassName
{
border-color: #313804;
}
.TagClassName
{
border-color: #313804;
}
</style>