Shades of Turtle Green #36490A
Tints of Turtle Green #36490A
RGB
CMYK
RGB Variations
Color information
#36490A (or 0x36490A) is known color: Turtle Green. HEX triplet: 36, 49 and 0A. RGB value is (54,73,10). Sum of RGB (Red+Green+Blue) = 54+73+10=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #36490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36490A is #C9B6F5. Grayscale: #3C3C3C. Windows color (decimal): -13219574 or 674102. OLE color: 674102.
HSL color Cylindrical-coordinate representation of color #36490A: hue angle of 78.1º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36490A is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 73 | 10 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.71 |
| HSL | 78.1º | 0.76% | 0.16% | - |
| HSV(B) | 78.1º | 0.86% | 0.29% | - |
| XYZ | 3.96 | 5.57 | 1.15 | - |
| YUV | 60.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 10 | 0.26 | 0 | 0.86 | 0.71 | 78.1 | 0.76 | 0.16 |
| Hex | 36 | 49 | A | 1A | 0 | 56 | 47 | 4E | 4C | 10 |
| Octal | 66 | 111 | 12 | 32 | 0 | 126 | 107 | 116 | 114 | 20 |
| Binary | 110110 | 1001001 | 1010 | 11010 | 0 | 1010110 | 1000111 | 1001110 | 1001100 | 10000 |
Color Harmonies of #36490A
Complementary color
Monochromatic Colors of #36490A
Black with #36490A
Text Example
Text Example
White with #36490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36490A; }
p { color: rgb(54,73,10); }
H1.HeaderClassName
{
color: #36490A;
}
.AnyTagClassName
{
color: #36490A;
}
</style>
background-color css
<style>
a { background-color: #36490A; }
a { background-color: rgb(54,73,10); }
div.DivClassName
{
background-color: #36490A;
}
.BgClassName
{
background-color: #36490A;
}
</style>
border-color css
<style>
span { border-color: #36490A; }
span { border-color: rgb(54,73,10); }
td.TdClassName
{
border-color: #36490A;
}
.TagClassName
{
border-color: #36490A;
}
</style>