Shades of Turtle Green #374200
Tints of Turtle Green #374200
RGB
CMYK
RGB Variations
Color information
#374200 (or 0x374200) is known color: Turtle Green. HEX triplet: 37, 42 and 00. RGB value is (55,66,0). Sum of RGB (Red+Green+Blue) = 55+66+0=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #374200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374200 is #C8BDFF. Grayscale: #373737. Windows color (decimal): -13155840 or 16951. OLE color: 16951.
HSL color Cylindrical-coordinate representation of color #374200: hue angle of 70º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #374200 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 66 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.74 |
| HSL | 70º | 1% | 0.13% | - |
| HSV(B) | 70º | 1% | 0.26% | - |
| XYZ | 3.52 | 4.71 | 0.72 | - |
| YUV | 55.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 0 | 0.17 | 0 | 1 | 0.74 | 70 | 1 | 0.13 |
| Hex | 37 | 42 | 0 | 11 | 0 | 64 | 4A | 46 | 64 | D |
| Octal | 67 | 102 | 0 | 21 | 0 | 144 | 112 | 106 | 144 | 15 |
| Binary | 110111 | 1000010 | 0 | 10001 | 0 | 1100100 | 1001010 | 1000110 | 1100100 | 1101 |
Color Harmonies of #374200
Complementary color
Monochromatic Colors of #374200
Black with #374200
Text Example
Text Example
White with #374200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374200; }
p { color: rgb(55,66,0); }
H1.HeaderClassName
{
color: #374200;
}
.AnyTagClassName
{
color: #374200;
}
</style>
background-color css
<style>
a { background-color: #374200; }
a { background-color: rgb(55,66,0); }
div.DivClassName
{
background-color: #374200;
}
.BgClassName
{
background-color: #374200;
}
</style>
border-color css
<style>
span { border-color: #374200; }
span { border-color: rgb(55,66,0); }
td.TdClassName
{
border-color: #374200;
}
.TagClassName
{
border-color: #374200;
}
</style>