Shades of Turtle Green #374506
Tints of Turtle Green #374506
RGB
CMYK
RGB Variations
Color information
#374506 (or 0x374506) is known color: Turtle Green. HEX triplet: 37, 45 and 06. RGB value is (55,69,6). Sum of RGB (Red+Green+Blue) = 55+69+6=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #374506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374506 is #C8BAF9. Grayscale: #393939. Windows color (decimal): -13155066 or 410935. OLE color: 410935.
HSL color Cylindrical-coordinate representation of color #374506: hue angle of 73.33º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #374506 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 69 | 6 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.73 |
| HSL | 73.33º | 0.84% | 0.15% | - |
| HSV(B) | 73.33º | 0.91% | 0.27% | - |
| XYZ | 3.74 | 5.08 | 0.96 | - |
| YUV | 57.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 6 | 0.20 | 0 | 0.91 | 0.73 | 73.33 | 0.84 | 0.15 |
| Hex | 37 | 45 | 6 | 14 | 0 | 5B | 49 | 49 | 54 | F |
| Octal | 67 | 105 | 6 | 24 | 0 | 133 | 111 | 111 | 124 | 17 |
| Binary | 110111 | 1000101 | 110 | 10100 | 0 | 1011011 | 1001001 | 1001001 | 1010100 | 1111 |
Color Harmonies of #374506
Complementary color
Monochromatic Colors of #374506
Black with #374506
Text Example
Text Example
White with #374506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374506; }
p { color: rgb(55,69,6); }
H1.HeaderClassName
{
color: #374506;
}
.AnyTagClassName
{
color: #374506;
}
</style>
background-color css
<style>
a { background-color: #374506; }
a { background-color: rgb(55,69,6); }
div.DivClassName
{
background-color: #374506;
}
.BgClassName
{
background-color: #374506;
}
</style>
border-color css
<style>
span { border-color: #374506; }
span { border-color: rgb(55,69,6); }
td.TdClassName
{
border-color: #374506;
}
.TagClassName
{
border-color: #374506;
}
</style>