Shades of Turtle Green #36490B
Tints of Turtle Green #36490B
RGB
CMYK
RGB Variations
Color information
#36490B (or 0x36490B) is known color: Turtle Green. HEX triplet: 36, 49 and 0B. RGB value is (54,73,11). Sum of RGB (Red+Green+Blue) = 54+73+11=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #36490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36490B is #C9B6F4. Grayscale: #3C3C3C. Windows color (decimal): -13219573 or 739638. OLE color: 739638.
HSL color Cylindrical-coordinate representation of color #36490B: hue angle of 78.39º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36490B is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 73 | 11 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.71 |
| HSL | 78.39º | 0.74% | 0.16% | - |
| HSV(B) | 78.39º | 0.85% | 0.29% | - |
| XYZ | 3.96 | 5.57 | 1.18 | - |
| YUV | 60.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 11 | 0.26 | 0 | 0.85 | 0.71 | 78.39 | 0.74 | 0.16 |
| Hex | 36 | 49 | B | 1A | 0 | 55 | 47 | 4E | 4A | 10 |
| Octal | 66 | 111 | 13 | 32 | 0 | 125 | 107 | 116 | 112 | 20 |
| Binary | 110110 | 1001001 | 1011 | 11010 | 0 | 1010101 | 1000111 | 1001110 | 1001010 | 10000 |
Color Harmonies of #36490B
Complementary color
Monochromatic Colors of #36490B
Black with #36490B
Text Example
Text Example
White with #36490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36490B; }
p { color: rgb(54,73,11); }
H1.HeaderClassName
{
color: #36490B;
}
.AnyTagClassName
{
color: #36490B;
}
</style>
background-color css
<style>
a { background-color: #36490B; }
a { background-color: rgb(54,73,11); }
div.DivClassName
{
background-color: #36490B;
}
.BgClassName
{
background-color: #36490B;
}
</style>
border-color css
<style>
span { border-color: #36490B; }
span { border-color: rgb(54,73,11); }
td.TdClassName
{
border-color: #36490B;
}
.TagClassName
{
border-color: #36490B;
}
</style>