Shades of Turtle Green #374D0F
Tints of Turtle Green #374D0F
RGB
CMYK
RGB Variations
Color information
#374D0F (or 0x374D0F) is known color: Turtle Green. HEX triplet: 37, 4D and 0F. RGB value is (55,77,15). Sum of RGB (Red+Green+Blue) = 55+77+15=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #374D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374D0F is #C8B2F0. Grayscale: #3F3F3F. Windows color (decimal): -13153009 or 1002807. OLE color: 1002807.
HSL color Cylindrical-coordinate representation of color #374D0F: hue angle of 81.29º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #374D0F is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 77 | 15 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.70 |
| HSL | 81.29º | 0.67% | 0.18% | - |
| HSV(B) | 81.29º | 0.81% | 0.3% | - |
| XYZ | 4.32 | 6.15 | 1.41 | - |
| YUV | 63.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 15 | 0.29 | 0 | 0.81 | 0.70 | 81.29 | 0.67 | 0.18 |
| Hex | 37 | 4D | F | 1D | 0 | 51 | 46 | 51 | 43 | 12 |
| Octal | 67 | 115 | 17 | 35 | 0 | 121 | 106 | 121 | 103 | 22 |
| Binary | 110111 | 1001101 | 1111 | 11101 | 0 | 1010001 | 1000110 | 1010001 | 1000011 | 10010 |
Color Harmonies of #374D0F
Complementary color
Monochromatic Colors of #374D0F
Black with #374D0F
Text Example
Text Example
White with #374D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D0F; }
p { color: rgb(55,77,15); }
H1.HeaderClassName
{
color: #374D0F;
}
.AnyTagClassName
{
color: #374D0F;
}
</style>
background-color css
<style>
a { background-color: #374D0F; }
a { background-color: rgb(55,77,15); }
div.DivClassName
{
background-color: #374D0F;
}
.BgClassName
{
background-color: #374D0F;
}
</style>
border-color css
<style>
span { border-color: #374D0F; }
span { border-color: rgb(55,77,15); }
td.TdClassName
{
border-color: #374D0F;
}
.TagClassName
{
border-color: #374D0F;
}
</style>