Shades of Turtle Green #365211
Tints of Turtle Green #365211
RGB
CMYK
RGB Variations
Color information
#365211 (or 0x365211) is known color: Turtle Green. HEX triplet: 36, 52 and 11. RGB value is (54,82,17). Sum of RGB (Red+Green+Blue) = 54+82+17=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #365211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365211 is #C9ADEE. Grayscale: #424242. Windows color (decimal): -13217263 or 1135158. OLE color: 1135158.
HSL color Cylindrical-coordinate representation of color #365211: hue angle of 85.85º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #365211 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 82 | 17 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.68 |
| HSL | 85.85º | 0.66% | 0.19% | - |
| HSV(B) | 85.85º | 0.79% | 0.32% | - |
| XYZ | 4.64 | 6.86 | 1.61 | - |
| YUV | 66.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 17 | 0.34 | 0 | 0.79 | 0.68 | 85.85 | 0.66 | 0.19 |
| Hex | 36 | 52 | 11 | 22 | 0 | 4F | 44 | 56 | 42 | 13 |
| Octal | 66 | 122 | 21 | 42 | 0 | 117 | 104 | 126 | 102 | 23 |
| Binary | 110110 | 1010010 | 10001 | 100010 | 0 | 1001111 | 1000100 | 1010110 | 1000010 | 10011 |
Color Harmonies of #365211
Complementary color
Monochromatic Colors of #365211
Black with #365211
Text Example
Text Example
White with #365211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365211; }
p { color: rgb(54,82,17); }
H1.HeaderClassName
{
color: #365211;
}
.AnyTagClassName
{
color: #365211;
}
</style>
background-color css
<style>
a { background-color: #365211; }
a { background-color: rgb(54,82,17); }
div.DivClassName
{
background-color: #365211;
}
.BgClassName
{
background-color: #365211;
}
</style>
border-color css
<style>
span { border-color: #365211; }
span { border-color: rgb(54,82,17); }
td.TdClassName
{
border-color: #365211;
}
.TagClassName
{
border-color: #365211;
}
</style>