Shades of Turtle Green #373E04
Tints of Turtle Green #373E04
RGB
CMYK
RGB Variations
Color information
#373E04 (or 0x373E04) is known color: Turtle Green. HEX triplet: 37, 3E and 04. RGB value is (55,62,4). Sum of RGB (Red+Green+Blue) = 55+62+4=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #373E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373E04 is #C8C1FB. Grayscale: #353535. Windows color (decimal): -13156860 or 278071. OLE color: 278071.
HSL color Cylindrical-coordinate representation of color #373E04: hue angle of 67.24º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #373E04 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 62 | 4 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.76 |
| HSL | 67.24º | 0.88% | 0.13% | - |
| HSV(B) | 67.24º | 0.94% | 0.24% | - |
| XYZ | 3.32 | 4.27 | 0.76 | - |
| YUV | 53.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 4 | 0.11 | 0 | 0.94 | 0.76 | 67.24 | 0.88 | 0.13 |
| Hex | 37 | 3E | 4 | B | 0 | 5E | 4C | 43 | 58 | D |
| Octal | 67 | 76 | 4 | 13 | 0 | 136 | 114 | 103 | 130 | 15 |
| Binary | 110111 | 111110 | 100 | 1011 | 0 | 1011110 | 1001100 | 1000011 | 1011000 | 1101 |
Color Harmonies of #373E04
Complementary color
Monochromatic Colors of #373E04
Black with #373E04
Text Example
Text Example
White with #373E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E04; }
p { color: rgb(55,62,4); }
H1.HeaderClassName
{
color: #373E04;
}
.AnyTagClassName
{
color: #373E04;
}
</style>
background-color css
<style>
a { background-color: #373E04; }
a { background-color: rgb(55,62,4); }
div.DivClassName
{
background-color: #373E04;
}
.BgClassName
{
background-color: #373E04;
}
</style>
border-color css
<style>
span { border-color: #373E04; }
span { border-color: rgb(55,62,4); }
td.TdClassName
{
border-color: #373E04;
}
.TagClassName
{
border-color: #373E04;
}
</style>