Shades of Turtle Green #36400A
Tints of Turtle Green #36400A
RGB
CMYK
RGB Variations
Color information
#36400A (or 0x36400A) is known color: Turtle Green. HEX triplet: 36, 40 and 0A. RGB value is (54,64,10). Sum of RGB (Red+Green+Blue) = 54+64+10=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #36400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36400A is #C9BFF5. Grayscale: #373737. Windows color (decimal): -13221878 or 671798. OLE color: 671798.
HSL color Cylindrical-coordinate representation of color #36400A: hue angle of 71.11º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36400A is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 64 | 10 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.75 |
| HSL | 71.11º | 0.73% | 0.15% | - |
| HSV(B) | 71.11º | 0.84% | 0.25% | - |
| XYZ | 3.41 | 4.47 | 0.97 | - |
| YUV | 54.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 10 | 0.16 | 0 | 0.84 | 0.75 | 71.11 | 0.73 | 0.15 |
| Hex | 36 | 40 | A | 10 | 0 | 54 | 4B | 47 | 49 | F |
| Octal | 66 | 100 | 12 | 20 | 0 | 124 | 113 | 107 | 111 | 17 |
| Binary | 110110 | 1000000 | 1010 | 10000 | 0 | 1010100 | 1001011 | 1000111 | 1001001 | 1111 |
Color Harmonies of #36400A
Complementary color
Monochromatic Colors of #36400A
Black with #36400A
Text Example
Text Example
White with #36400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36400A; }
p { color: rgb(54,64,10); }
H1.HeaderClassName
{
color: #36400A;
}
.AnyTagClassName
{
color: #36400A;
}
</style>
background-color css
<style>
a { background-color: #36400A; }
a { background-color: rgb(54,64,10); }
div.DivClassName
{
background-color: #36400A;
}
.BgClassName
{
background-color: #36400A;
}
</style>
border-color css
<style>
span { border-color: #36400A; }
span { border-color: rgb(54,64,10); }
td.TdClassName
{
border-color: #36400A;
}
.TagClassName
{
border-color: #36400A;
}
</style>