Shades of Turtle Green #373B0B
Tints of Turtle Green #373B0B
RGB
CMYK
RGB Variations
Color information
#373B0B (or 0x373B0B) is known color: Turtle Green. HEX triplet: 37, 3B and 0B. RGB value is (55,59,11). Sum of RGB (Red+Green+Blue) = 55+59+11=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 59 - color contains mainly: green. Hex color #373B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373B0B is #C8C4F4. Grayscale: #343434. Windows color (decimal): -13157621 or 736055. OLE color: 736055.
HSL color Cylindrical-coordinate representation of color #373B0B: hue angle of 65º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #373B0B is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 59 | 11 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.77 |
| HSL | 65º | 0.69% | 0.14% | - |
| HSV(B) | 65º | 0.81% | 0.23% | - |
| XYZ | 3.2 | 3.96 | 0.91 | - |
| YUV | 52.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 11 | 0.07 | 0 | 0.81 | 0.77 | 65 | 0.69 | 0.14 |
| Hex | 37 | 3B | B | 7 | 0 | 51 | 4D | 41 | 45 | E |
| Octal | 67 | 73 | 13 | 7 | 0 | 121 | 115 | 101 | 105 | 16 |
| Binary | 110111 | 111011 | 1011 | 111 | 0 | 1010001 | 1001101 | 1000001 | 1000101 | 1110 |
Color Harmonies of #373B0B
Complementary color
Monochromatic Colors of #373B0B
Black with #373B0B
Text Example
Text Example
White with #373B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B0B; }
p { color: rgb(55,59,11); }
H1.HeaderClassName
{
color: #373B0B;
}
.AnyTagClassName
{
color: #373B0B;
}
</style>
background-color css
<style>
a { background-color: #373B0B; }
a { background-color: rgb(55,59,11); }
div.DivClassName
{
background-color: #373B0B;
}
.BgClassName
{
background-color: #373B0B;
}
</style>
border-color css
<style>
span { border-color: #373B0B; }
span { border-color: rgb(55,59,11); }
td.TdClassName
{
border-color: #373B0B;
}
.TagClassName
{
border-color: #373B0B;
}
</style>