Shades of Turtle Green #373E0B
Tints of Turtle Green #373E0B
RGB
CMYK
RGB Variations
Color information
#373E0B (or 0x373E0B) is known color: Turtle Green. HEX triplet: 37, 3E and 0B. RGB value is (55,62,11). Sum of RGB (Red+Green+Blue) = 55+62+11=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #373E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373E0B is #C8C1F4. Grayscale: #363636. Windows color (decimal): -13156853 or 736823. OLE color: 736823.
HSL color Cylindrical-coordinate representation of color #373E0B: hue angle of 68.24º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #373E0B is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 62 | 11 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.76 |
| HSL | 68.24º | 0.7% | 0.14% | - |
| HSV(B) | 68.24º | 0.82% | 0.24% | - |
| XYZ | 3.36 | 4.28 | 0.97 | - |
| YUV | 54.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 11 | 0.11 | 0 | 0.82 | 0.76 | 68.24 | 0.7 | 0.14 |
| Hex | 37 | 3E | B | B | 0 | 52 | 4C | 44 | 46 | E |
| Octal | 67 | 76 | 13 | 13 | 0 | 122 | 114 | 104 | 106 | 16 |
| Binary | 110111 | 111110 | 1011 | 1011 | 0 | 1010010 | 1001100 | 1000100 | 1000110 | 1110 |
Color Harmonies of #373E0B
Complementary color
Monochromatic Colors of #373E0B
Black with #373E0B
Text Example
Text Example
White with #373E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E0B; }
p { color: rgb(55,62,11); }
H1.HeaderClassName
{
color: #373E0B;
}
.AnyTagClassName
{
color: #373E0B;
}
</style>
background-color css
<style>
a { background-color: #373E0B; }
a { background-color: rgb(55,62,11); }
div.DivClassName
{
background-color: #373E0B;
}
.BgClassName
{
background-color: #373E0B;
}
</style>
border-color css
<style>
span { border-color: #373E0B; }
span { border-color: rgb(55,62,11); }
td.TdClassName
{
border-color: #373E0B;
}
.TagClassName
{
border-color: #373E0B;
}
</style>