Shades of Turtle Green #374C05
Tints of Turtle Green #374C05
RGB
CMYK
RGB Variations
Color information
#374C05 (or 0x374C05) is known color: Turtle Green. HEX triplet: 37, 4C and 05. RGB value is (55,76,5). Sum of RGB (Red+Green+Blue) = 55+76+5=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #374C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374C05 is #C8B3FA. Grayscale: #3D3D3D. Windows color (decimal): -13153275 or 347191. OLE color: 347191.
HSL color Cylindrical-coordinate representation of color #374C05: hue angle of 77.75º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #374C05 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 76 | 5 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.70 |
| HSL | 77.75º | 0.88% | 0.16% | - |
| HSV(B) | 77.75º | 0.93% | 0.3% | - |
| XYZ | 4.19 | 5.99 | 1.08 | - |
| YUV | 61.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 5 | 0.28 | 0 | 0.93 | 0.70 | 77.75 | 0.88 | 0.16 |
| Hex | 37 | 4C | 5 | 1C | 0 | 5D | 46 | 4E | 58 | 10 |
| Octal | 67 | 114 | 5 | 34 | 0 | 135 | 106 | 116 | 130 | 20 |
| Binary | 110111 | 1001100 | 101 | 11100 | 0 | 1011101 | 1000110 | 1001110 | 1011000 | 10000 |
Color Harmonies of #374C05
Complementary color
Monochromatic Colors of #374C05
Black with #374C05
Text Example
Text Example
White with #374C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374C05; }
p { color: rgb(55,76,5); }
H1.HeaderClassName
{
color: #374C05;
}
.AnyTagClassName
{
color: #374C05;
}
</style>
background-color css
<style>
a { background-color: #374C05; }
a { background-color: rgb(55,76,5); }
div.DivClassName
{
background-color: #374C05;
}
.BgClassName
{
background-color: #374C05;
}
</style>
border-color css
<style>
span { border-color: #374C05; }
span { border-color: rgb(55,76,5); }
td.TdClassName
{
border-color: #374C05;
}
.TagClassName
{
border-color: #374C05;
}
</style>