Shades of Turtle Green #365112
Tints of Turtle Green #365112
RGB
CMYK
RGB Variations
Color information
#365112 (or 0x365112) is known color: Turtle Green. HEX triplet: 36, 51 and 12. RGB value is (54,81,18). Sum of RGB (Red+Green+Blue) = 54+81+18=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #365112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365112 is #C9AEED. Grayscale: #414141. Windows color (decimal): -13217518 or 1200438. OLE color: 1200438.
HSL color Cylindrical-coordinate representation of color #365112: hue angle of 85.71º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365112 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 81 | 18 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.68 |
| HSL | 85.71º | 0.64% | 0.19% | - |
| HSV(B) | 85.71º | 0.78% | 0.32% | - |
| XYZ | 4.57 | 6.71 | 1.63 | - |
| YUV | 65.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 18 | 0.33 | 0 | 0.78 | 0.68 | 85.71 | 0.64 | 0.19 |
| Hex | 36 | 51 | 12 | 21 | 0 | 4E | 44 | 56 | 40 | 13 |
| Octal | 66 | 121 | 22 | 41 | 0 | 116 | 104 | 126 | 100 | 23 |
| Binary | 110110 | 1010001 | 10010 | 100001 | 0 | 1001110 | 1000100 | 1010110 | 1000000 | 10011 |
Color Harmonies of #365112
Complementary color
Monochromatic Colors of #365112
Black with #365112
Text Example
Text Example
White with #365112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365112; }
p { color: rgb(54,81,18); }
H1.HeaderClassName
{
color: #365112;
}
.AnyTagClassName
{
color: #365112;
}
</style>
background-color css
<style>
a { background-color: #365112; }
a { background-color: rgb(54,81,18); }
div.DivClassName
{
background-color: #365112;
}
.BgClassName
{
background-color: #365112;
}
</style>
border-color css
<style>
span { border-color: #365112; }
span { border-color: rgb(54,81,18); }
td.TdClassName
{
border-color: #365112;
}
.TagClassName
{
border-color: #365112;
}
</style>