Shades of Turtle Green #313807
Tints of Turtle Green #313807
RGB
CMYK
RGB Variations
Color information
#313807 (or 0x313807) is known color: Turtle Green. HEX triplet: 31, 38 and 07. RGB value is (49,56,7). Sum of RGB (Red+Green+Blue) = 49+56+7=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #313807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313807 is #CEC7F8. Grayscale: #303030. Windows color (decimal): -13551609 or 473137. OLE color: 473137.
HSL color Cylindrical-coordinate representation of color #313807: hue angle of 68.57º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #313807 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 56 | 7 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.78 |
| HSL | 68.57º | 0.78% | 0.12% | - |
| HSV(B) | 68.57º | 0.88% | 0.22% | - |
| XYZ | 2.72 | 3.5 | 0.73 | - |
| YUV | 48.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 7 | 0.12 | 0 | 0.88 | 0.78 | 68.57 | 0.78 | 0.12 |
| Hex | 31 | 38 | 7 | C | 0 | 58 | 4E | 45 | 4E | C |
| Octal | 61 | 70 | 7 | 14 | 0 | 130 | 116 | 105 | 116 | 14 |
| Binary | 110001 | 111000 | 111 | 1100 | 0 | 1011000 | 1001110 | 1000101 | 1001110 | 1100 |
Color Harmonies of #313807
Complementary color
Monochromatic Colors of #313807
Black with #313807
Text Example
Text Example
White with #313807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313807; }
p { color: rgb(49,56,7); }
H1.HeaderClassName
{
color: #313807;
}
.AnyTagClassName
{
color: #313807;
}
</style>
background-color css
<style>
a { background-color: #313807; }
a { background-color: rgb(49,56,7); }
div.DivClassName
{
background-color: #313807;
}
.BgClassName
{
background-color: #313807;
}
</style>
border-color css
<style>
span { border-color: #313807; }
span { border-color: rgb(49,56,7); }
td.TdClassName
{
border-color: #313807;
}
.TagClassName
{
border-color: #313807;
}
</style>