Shades of Turtle Green #313704
Tints of Turtle Green #313704
RGB
CMYK
RGB Variations
Color information
#313704 (or 0x313704) is known color: Turtle Green. HEX triplet: 31, 37 and 04. RGB value is (49,55,4). Sum of RGB (Red+Green+Blue) = 49+55+4=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #313704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313704 is #CEC8FB. Grayscale: #2F2F2F. Windows color (decimal): -13551868 or 276273. OLE color: 276273.
HSL color Cylindrical-coordinate representation of color #313704: hue angle of 67.06º degrees, saturation: 0.86, 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 #313704 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 4 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.78 |
| HSL | 67.06º | 0.86% | 0.12% | - |
| HSV(B) | 67.06º | 0.93% | 0.22% | - |
| XYZ | 2.65 | 3.39 | 0.63 | - |
| YUV | 47.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 4 | 0.11 | 0 | 0.93 | 0.78 | 67.06 | 0.86 | 0.12 |
| Hex | 31 | 37 | 4 | B | 0 | 5D | 4E | 43 | 56 | C |
| Octal | 61 | 67 | 4 | 13 | 0 | 135 | 116 | 103 | 126 | 14 |
| Binary | 110001 | 110111 | 100 | 1011 | 0 | 1011101 | 1001110 | 1000011 | 1010110 | 1100 |
Color Harmonies of #313704
Complementary color
Monochromatic Colors of #313704
Black with #313704
Text Example
Text Example
White with #313704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313704; }
p { color: rgb(49,55,4); }
H1.HeaderClassName
{
color: #313704;
}
.AnyTagClassName
{
color: #313704;
}
</style>
background-color css
<style>
a { background-color: #313704; }
a { background-color: rgb(49,55,4); }
div.DivClassName
{
background-color: #313704;
}
.BgClassName
{
background-color: #313704;
}
</style>
border-color css
<style>
span { border-color: #313704; }
span { border-color: rgb(49,55,4); }
td.TdClassName
{
border-color: #313704;
}
.TagClassName
{
border-color: #313704;
}
</style>