Shades of Turtle Green #373A18
Tints of Turtle Green #373A18
RGB
CMYK
RGB Variations
Color information
#373A18 (or 0x373A18) is known color: Turtle Green. HEX triplet: 37, 3A and 18. RGB value is (55,58,24). Sum of RGB (Red+Green+Blue) = 55+58+24=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 58 - color contains mainly: green. Hex color #373A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373A18 is #C8C5E7. Grayscale: #353535. Windows color (decimal): -13157864 or 1587767. OLE color: 1587767.
HSL color Cylindrical-coordinate representation of color #373A18: hue angle of 65.29º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #373A18 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 58 | 24 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.77 |
| HSL | 65.29º | 0.41% | 0.16% | - |
| HSV(B) | 65.29º | 0.59% | 0.23% | - |
| XYZ | 3.25 | 3.9 | 1.45 | - |
| YUV | 53.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 24 | 0.05 | 0 | 0.59 | 0.77 | 65.29 | 0.41 | 0.16 |
| Hex | 37 | 3A | 18 | 5 | 0 | 3B | 4D | 41 | 29 | 10 |
| Octal | 67 | 72 | 30 | 5 | 0 | 73 | 115 | 101 | 51 | 20 |
| Binary | 110111 | 111010 | 11000 | 101 | 0 | 111011 | 1001101 | 1000001 | 101001 | 10000 |
Color Harmonies of #373A18
Complementary color
Monochromatic Colors of #373A18
Black with #373A18
Text Example
Text Example
White with #373A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A18; }
p { color: rgb(55,58,24); }
H1.HeaderClassName
{
color: #373A18;
}
.AnyTagClassName
{
color: #373A18;
}
</style>
background-color css
<style>
a { background-color: #373A18; }
a { background-color: rgb(55,58,24); }
div.DivClassName
{
background-color: #373A18;
}
.BgClassName
{
background-color: #373A18;
}
</style>
border-color css
<style>
span { border-color: #373A18; }
span { border-color: rgb(55,58,24); }
td.TdClassName
{
border-color: #373A18;
}
.TagClassName
{
border-color: #373A18;
}
</style>