Shades of Turtle Green #37450B
Tints of Turtle Green #37450B
RGB
CMYK
RGB Variations
Color information
#37450B (or 0x37450B) is known color: Turtle Green. HEX triplet: 37, 45 and 0B. RGB value is (55,69,11). Sum of RGB (Red+Green+Blue) = 55+69+11=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #37450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37450B is #C8BAF4. Grayscale: #3A3A3A. Windows color (decimal): -13155061 or 738615. OLE color: 738615.
HSL color Cylindrical-coordinate representation of color #37450B: hue angle of 74.48º 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 #37450B is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 69 | 11 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.73 |
| HSL | 74.48º | 0.73% | 0.16% | - |
| HSV(B) | 74.48º | 0.84% | 0.27% | - |
| XYZ | 3.76 | 5.09 | 1.1 | - |
| YUV | 58.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 11 | 0.20 | 0 | 0.84 | 0.73 | 74.48 | 0.73 | 0.16 |
| Hex | 37 | 45 | B | 14 | 0 | 54 | 49 | 4A | 48 | 10 |
| Octal | 67 | 105 | 13 | 24 | 0 | 124 | 111 | 112 | 110 | 20 |
| Binary | 110111 | 1000101 | 1011 | 10100 | 0 | 1010100 | 1001001 | 1001010 | 1001000 | 10000 |
Color Harmonies of #37450B
Complementary color
Monochromatic Colors of #37450B
Black with #37450B
Text Example
Text Example
White with #37450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37450B; }
p { color: rgb(55,69,11); }
H1.HeaderClassName
{
color: #37450B;
}
.AnyTagClassName
{
color: #37450B;
}
</style>
background-color css
<style>
a { background-color: #37450B; }
a { background-color: rgb(55,69,11); }
div.DivClassName
{
background-color: #37450B;
}
.BgClassName
{
background-color: #37450B;
}
</style>
border-color css
<style>
span { border-color: #37450B; }
span { border-color: rgb(55,69,11); }
td.TdClassName
{
border-color: #37450B;
}
.TagClassName
{
border-color: #37450B;
}
</style>