Shades of Turtle Green #374802
Tints of Turtle Green #374802
RGB
CMYK
RGB Variations
Color information
#374802 (or 0x374802) is known color: Turtle Green. HEX triplet: 37, 48 and 02. RGB value is (55,72,2). Sum of RGB (Red+Green+Blue) = 55+72+2=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #374802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374802 is #C8B7FD. Grayscale: #3B3B3B. Windows color (decimal): -13154302 or 149559. OLE color: 149559.
HSL color Cylindrical-coordinate representation of color #374802: hue angle of 74.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #374802 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 72 | 2 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.72 |
| HSL | 74.57º | 0.95% | 0.15% | - |
| HSV(B) | 74.57º | 0.97% | 0.28% | - |
| XYZ | 3.9 | 5.45 | 0.9 | - |
| YUV | 58.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 2 | 0.24 | 0 | 0.97 | 0.72 | 74.57 | 0.95 | 0.15 |
| Hex | 37 | 48 | 2 | 18 | 0 | 61 | 48 | 4B | 5F | F |
| Octal | 67 | 110 | 2 | 30 | 0 | 141 | 110 | 113 | 137 | 17 |
| Binary | 110111 | 1001000 | 10 | 11000 | 0 | 1100001 | 1001000 | 1001011 | 1011111 | 1111 |
Color Harmonies of #374802
Complementary color
Monochromatic Colors of #374802
Black with #374802
Text Example
Text Example
White with #374802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374802; }
p { color: rgb(55,72,2); }
H1.HeaderClassName
{
color: #374802;
}
.AnyTagClassName
{
color: #374802;
}
</style>
background-color css
<style>
a { background-color: #374802; }
a { background-color: rgb(55,72,2); }
div.DivClassName
{
background-color: #374802;
}
.BgClassName
{
background-color: #374802;
}
</style>
border-color css
<style>
span { border-color: #374802; }
span { border-color: rgb(55,72,2); }
td.TdClassName
{
border-color: #374802;
}
.TagClassName
{
border-color: #374802;
}
</style>