Shades of Turtle Green #364011
Tints of Turtle Green #364011
RGB
CMYK
RGB Variations
Color information
#364011 (or 0x364011) is known color: Turtle Green. HEX triplet: 36, 40 and 11. RGB value is (54,64,17). Sum of RGB (Red+Green+Blue) = 54+64+17=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #364011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364011 is #C9BFEE. Grayscale: #373737. Windows color (decimal): -13221871 or 1130550. OLE color: 1130550.
HSL color Cylindrical-coordinate representation of color #364011: hue angle of 72.77º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #364011 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 64 | 17 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.75 |
| HSL | 72.77º | 0.58% | 0.16% | - |
| HSV(B) | 72.77º | 0.73% | 0.25% | - |
| XYZ | 3.46 | 4.49 | 1.22 | - |
| YUV | 55.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 17 | 0.16 | 0 | 0.73 | 0.75 | 72.77 | 0.58 | 0.16 |
| Hex | 36 | 40 | 11 | 10 | 0 | 49 | 4B | 49 | 3A | 10 |
| Octal | 66 | 100 | 21 | 20 | 0 | 111 | 113 | 111 | 72 | 20 |
| Binary | 110110 | 1000000 | 10001 | 10000 | 0 | 1001001 | 1001011 | 1001001 | 111010 | 10000 |
Color Harmonies of #364011
Complementary color
Monochromatic Colors of #364011
Black with #364011
Text Example
Text Example
White with #364011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364011; }
p { color: rgb(54,64,17); }
H1.HeaderClassName
{
color: #364011;
}
.AnyTagClassName
{
color: #364011;
}
</style>
background-color css
<style>
a { background-color: #364011; }
a { background-color: rgb(54,64,17); }
div.DivClassName
{
background-color: #364011;
}
.BgClassName
{
background-color: #364011;
}
</style>
border-color css
<style>
span { border-color: #364011; }
span { border-color: rgb(54,64,17); }
td.TdClassName
{
border-color: #364011;
}
.TagClassName
{
border-color: #364011;
}
</style>