Shades of Turtle Green #364511
Tints of Turtle Green #364511
RGB
CMYK
RGB Variations
Color information
#364511 (or 0x364511) is known color: Turtle Green. HEX triplet: 36, 45 and 11. RGB value is (54,69,17). Sum of RGB (Red+Green+Blue) = 54+69+17=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #364511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364511 is #C9BAEE. Grayscale: #3A3A3A. Windows color (decimal): -13220591 or 1131830. OLE color: 1131830.
HSL color Cylindrical-coordinate representation of color #364511: hue angle of 77.31º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364511 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 69 | 17 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.73 |
| HSL | 77.31º | 0.6% | 0.17% | - |
| HSV(B) | 77.31º | 0.75% | 0.27% | - |
| XYZ | 3.75 | 5.08 | 1.31 | - |
| YUV | 58.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 17 | 0.22 | 0 | 0.75 | 0.73 | 77.31 | 0.6 | 0.17 |
| Hex | 36 | 45 | 11 | 16 | 0 | 4B | 49 | 4D | 3C | 11 |
| Octal | 66 | 105 | 21 | 26 | 0 | 113 | 111 | 115 | 74 | 21 |
| Binary | 110110 | 1000101 | 10001 | 10110 | 0 | 1001011 | 1001001 | 1001101 | 111100 | 10001 |
Color Harmonies of #364511
Complementary color
Monochromatic Colors of #364511
Black with #364511
Text Example
Text Example
White with #364511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364511; }
p { color: rgb(54,69,17); }
H1.HeaderClassName
{
color: #364511;
}
.AnyTagClassName
{
color: #364511;
}
</style>
background-color css
<style>
a { background-color: #364511; }
a { background-color: rgb(54,69,17); }
div.DivClassName
{
background-color: #364511;
}
.BgClassName
{
background-color: #364511;
}
</style>
border-color css
<style>
span { border-color: #364511; }
span { border-color: rgb(54,69,17); }
td.TdClassName
{
border-color: #364511;
}
.TagClassName
{
border-color: #364511;
}
</style>