Shades of Turtle Green #374F0F
Tints of Turtle Green #374F0F
RGB
CMYK
RGB Variations
Color information
#374F0F (or 0x374F0F) is known color: Turtle Green. HEX triplet: 37, 4F and 0F. RGB value is (55,79,15). Sum of RGB (Red+Green+Blue) = 55+79+15=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #374F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374F0F is #C8B0F0. Grayscale: #404040. Windows color (decimal): -13152497 or 1003319. OLE color: 1003319.
HSL color Cylindrical-coordinate representation of color #374F0F: hue angle of 82.5º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #374F0F is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 79 | 15 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.69 |
| HSL | 82.5º | 0.68% | 0.18% | - |
| HSV(B) | 82.5º | 0.81% | 0.31% | - |
| XYZ | 4.46 | 6.44 | 1.46 | - |
| YUV | 64.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 15 | 0.30 | 0 | 0.81 | 0.69 | 82.5 | 0.68 | 0.18 |
| Hex | 37 | 4F | F | 1E | 0 | 51 | 45 | 52 | 44 | 12 |
| Octal | 67 | 117 | 17 | 36 | 0 | 121 | 105 | 122 | 104 | 22 |
| Binary | 110111 | 1001111 | 1111 | 11110 | 0 | 1010001 | 1000101 | 1010010 | 1000100 | 10010 |
Color Harmonies of #374F0F
Complementary color
Monochromatic Colors of #374F0F
Black with #374F0F
Text Example
Text Example
White with #374F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F0F; }
p { color: rgb(55,79,15); }
H1.HeaderClassName
{
color: #374F0F;
}
.AnyTagClassName
{
color: #374F0F;
}
</style>
background-color css
<style>
a { background-color: #374F0F; }
a { background-color: rgb(55,79,15); }
div.DivClassName
{
background-color: #374F0F;
}
.BgClassName
{
background-color: #374F0F;
}
</style>
border-color css
<style>
span { border-color: #374F0F; }
span { border-color: rgb(55,79,15); }
td.TdClassName
{
border-color: #374F0F;
}
.TagClassName
{
border-color: #374F0F;
}
</style>