Shades of Turtle Green #37460B
Tints of Turtle Green #37460B
RGB
CMYK
RGB Variations
Color information
#37460B (or 0x37460B) is known color: Turtle Green. HEX triplet: 37, 46 and 0B. RGB value is (55,70,11). Sum of RGB (Red+Green+Blue) = 55+70+11=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #37460B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37460B is #C8B9F4. Grayscale: #3B3B3B. Windows color (decimal): -13154805 or 738871. OLE color: 738871.
HSL color Cylindrical-coordinate representation of color #37460B: hue angle of 75.25º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37460B is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 70 | 11 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.73 |
| HSL | 75.25º | 0.73% | 0.16% | - |
| HSV(B) | 75.25º | 0.84% | 0.27% | - |
| XYZ | 3.83 | 5.22 | 1.12 | - |
| YUV | 58.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 11 | 0.21 | 0 | 0.84 | 0.73 | 75.25 | 0.73 | 0.16 |
| Hex | 37 | 46 | B | 15 | 0 | 54 | 49 | 4B | 49 | 10 |
| Octal | 67 | 106 | 13 | 25 | 0 | 124 | 111 | 113 | 111 | 20 |
| Binary | 110111 | 1000110 | 1011 | 10101 | 0 | 1010100 | 1001001 | 1001011 | 1001001 | 10000 |
Color Harmonies of #37460B
Complementary color
Monochromatic Colors of #37460B
Black with #37460B
Text Example
Text Example
White with #37460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37460B; }
p { color: rgb(55,70,11); }
H1.HeaderClassName
{
color: #37460B;
}
.AnyTagClassName
{
color: #37460B;
}
</style>
background-color css
<style>
a { background-color: #37460B; }
a { background-color: rgb(55,70,11); }
div.DivClassName
{
background-color: #37460B;
}
.BgClassName
{
background-color: #37460B;
}
</style>
border-color css
<style>
span { border-color: #37460B; }
span { border-color: rgb(55,70,11); }
td.TdClassName
{
border-color: #37460B;
}
.TagClassName
{
border-color: #37460B;
}
</style>