Shades of Turtle Green #374209
Tints of Turtle Green #374209
RGB
CMYK
RGB Variations
Color information
#374209 (or 0x374209) is known color: Turtle Green. HEX triplet: 37, 42 and 09. RGB value is (55,66,9). Sum of RGB (Red+Green+Blue) = 55+66+9=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #374209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374209 is #C8BDF6. Grayscale: #383838. Windows color (decimal): -13155831 or 606775. OLE color: 606775.
HSL color Cylindrical-coordinate representation of color #374209: hue angle of 71.58º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #374209 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 66 | 9 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.74 |
| HSL | 71.58º | 0.76% | 0.15% | - |
| HSV(B) | 71.58º | 0.86% | 0.26% | - |
| XYZ | 3.57 | 4.73 | 0.98 | - |
| YUV | 56.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 9 | 0.17 | 0 | 0.86 | 0.74 | 71.58 | 0.76 | 0.15 |
| Hex | 37 | 42 | 9 | 11 | 0 | 56 | 4A | 48 | 4C | F |
| Octal | 67 | 102 | 11 | 21 | 0 | 126 | 112 | 110 | 114 | 17 |
| Binary | 110111 | 1000010 | 1001 | 10001 | 0 | 1010110 | 1001010 | 1001000 | 1001100 | 1111 |
Color Harmonies of #374209
Complementary color
Monochromatic Colors of #374209
Black with #374209
Text Example
Text Example
White with #374209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374209; }
p { color: rgb(55,66,9); }
H1.HeaderClassName
{
color: #374209;
}
.AnyTagClassName
{
color: #374209;
}
</style>
background-color css
<style>
a { background-color: #374209; }
a { background-color: rgb(55,66,9); }
div.DivClassName
{
background-color: #374209;
}
.BgClassName
{
background-color: #374209;
}
</style>
border-color css
<style>
span { border-color: #374209; }
span { border-color: rgb(55,66,9); }
td.TdClassName
{
border-color: #374209;
}
.TagClassName
{
border-color: #374209;
}
</style>