Shades of Turtle Green #374D08
Tints of Turtle Green #374D08
RGB
CMYK
RGB Variations
Color information
#374D08 (or 0x374D08) is known color: Turtle Green. HEX triplet: 37, 4D and 08. RGB value is (55,77,8). Sum of RGB (Red+Green+Blue) = 55+77+8=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #374D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374D08 is #C8B2F7. Grayscale: #3E3E3E. Windows color (decimal): -13153016 or 544055. OLE color: 544055.
HSL color Cylindrical-coordinate representation of color #374D08: hue angle of 79.13º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #374D08 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 77 | 8 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.70 |
| HSL | 79.13º | 0.81% | 0.17% | - |
| HSV(B) | 79.13º | 0.9% | 0.3% | - |
| XYZ | 4.27 | 6.14 | 1.19 | - |
| YUV | 62.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 8 | 0.29 | 0 | 0.90 | 0.70 | 79.13 | 0.81 | 0.17 |
| Hex | 37 | 4D | 8 | 1D | 0 | 5A | 46 | 4F | 51 | 11 |
| Octal | 67 | 115 | 10 | 35 | 0 | 132 | 106 | 117 | 121 | 21 |
| Binary | 110111 | 1001101 | 1000 | 11101 | 0 | 1011010 | 1000110 | 1001111 | 1010001 | 10001 |
Color Harmonies of #374D08
Complementary color
Monochromatic Colors of #374D08
Black with #374D08
Text Example
Text Example
White with #374D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D08; }
p { color: rgb(55,77,8); }
H1.HeaderClassName
{
color: #374D08;
}
.AnyTagClassName
{
color: #374D08;
}
</style>
background-color css
<style>
a { background-color: #374D08; }
a { background-color: rgb(55,77,8); }
div.DivClassName
{
background-color: #374D08;
}
.BgClassName
{
background-color: #374D08;
}
</style>
border-color css
<style>
span { border-color: #374D08; }
span { border-color: rgb(55,77,8); }
td.TdClassName
{
border-color: #374D08;
}
.TagClassName
{
border-color: #374D08;
}
</style>