Shades of Turtle Green #373E11
Tints of Turtle Green #373E11
RGB
CMYK
RGB Variations
Color information
#373E11 (or 0x373E11) is known color: Turtle Green. HEX triplet: 37, 3E and 11. RGB value is (55,62,17). Sum of RGB (Red+Green+Blue) = 55+62+17=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 62 - color contains mainly: green. Hex color #373E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373E11 is #C8C1EE. Grayscale: #363636. Windows color (decimal): -13156847 or 1130039. OLE color: 1130039.
HSL color Cylindrical-coordinate representation of color #373E11: hue angle of 69.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #373E11 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 62 | 17 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.76 |
| HSL | 69.33º | 0.57% | 0.15% | - |
| HSV(B) | 69.33º | 0.73% | 0.24% | - |
| XYZ | 3.4 | 4.3 | 1.18 | - |
| YUV | 54.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 17 | 0.11 | 0 | 0.73 | 0.76 | 69.33 | 0.57 | 0.15 |
| Hex | 37 | 3E | 11 | B | 0 | 49 | 4C | 45 | 39 | F |
| Octal | 67 | 76 | 21 | 13 | 0 | 111 | 114 | 105 | 71 | 17 |
| Binary | 110111 | 111110 | 10001 | 1011 | 0 | 1001001 | 1001100 | 1000101 | 111001 | 1111 |
Color Harmonies of #373E11
Complementary color
Monochromatic Colors of #373E11
Black with #373E11
Text Example
Text Example
White with #373E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E11; }
p { color: rgb(55,62,17); }
H1.HeaderClassName
{
color: #373E11;
}
.AnyTagClassName
{
color: #373E11;
}
</style>
background-color css
<style>
a { background-color: #373E11; }
a { background-color: rgb(55,62,17); }
div.DivClassName
{
background-color: #373E11;
}
.BgClassName
{
background-color: #373E11;
}
</style>
border-color css
<style>
span { border-color: #373E11; }
span { border-color: rgb(55,62,17); }
td.TdClassName
{
border-color: #373E11;
}
.TagClassName
{
border-color: #373E11;
}
</style>