Shades of Turtle Green #373D08
Tints of Turtle Green #373D08
RGB
CMYK
RGB Variations
Color information
#373D08 (or 0x373D08) is known color: Turtle Green. HEX triplet: 37, 3D and 08. RGB value is (55,61,8). Sum of RGB (Red+Green+Blue) = 55+61+8=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #373D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373D08 is #C8C2F7. Grayscale: #353535. Windows color (decimal): -13157112 or 539959. OLE color: 539959.
HSL color Cylindrical-coordinate representation of color #373D08: hue angle of 66.79º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #373D08 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 61 | 8 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.76 |
| HSL | 66.79º | 0.77% | 0.14% | - |
| HSV(B) | 66.79º | 0.87% | 0.24% | - |
| XYZ | 3.29 | 4.17 | 0.86 | - |
| YUV | 53.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 8 | 0.10 | 0 | 0.87 | 0.76 | 66.79 | 0.77 | 0.14 |
| Hex | 37 | 3D | 8 | A | 0 | 57 | 4C | 43 | 4D | E |
| Octal | 67 | 75 | 10 | 12 | 0 | 127 | 114 | 103 | 115 | 16 |
| Binary | 110111 | 111101 | 1000 | 1010 | 0 | 1010111 | 1001100 | 1000011 | 1001101 | 1110 |
Color Harmonies of #373D08
Complementary color
Monochromatic Colors of #373D08
Black with #373D08
Text Example
Text Example
White with #373D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D08; }
p { color: rgb(55,61,8); }
H1.HeaderClassName
{
color: #373D08;
}
.AnyTagClassName
{
color: #373D08;
}
</style>
background-color css
<style>
a { background-color: #373D08; }
a { background-color: rgb(55,61,8); }
div.DivClassName
{
background-color: #373D08;
}
.BgClassName
{
background-color: #373D08;
}
</style>
border-color css
<style>
span { border-color: #373D08; }
span { border-color: rgb(55,61,8); }
td.TdClassName
{
border-color: #373D08;
}
.TagClassName
{
border-color: #373D08;
}
</style>