Shades of Turtle Green #364805
Tints of Turtle Green #364805
RGB
CMYK
RGB Variations
Color information
#364805 (or 0x364805) is known color: Turtle Green. HEX triplet: 36, 48 and 05. RGB value is (54,72,5). Sum of RGB (Red+Green+Blue) = 54+72+5=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #364805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364805 is #C9B7FA. Grayscale: #3B3B3B. Windows color (decimal): -13219835 or 346166. OLE color: 346166.
HSL color Cylindrical-coordinate representation of color #364805: hue angle of 76.12º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #364805 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 72 | 5 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.72 |
| HSL | 76.12º | 0.87% | 0.15% | - |
| HSV(B) | 76.12º | 0.93% | 0.28% | - |
| XYZ | 3.87 | 5.43 | 0.99 | - |
| YUV | 58.98 | 97.54 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 5 | 0.25 | 0 | 0.93 | 0.72 | 76.12 | 0.87 | 0.15 |
| Hex | 36 | 48 | 5 | 19 | 0 | 5D | 48 | 4C | 57 | F |
| Octal | 66 | 110 | 5 | 31 | 0 | 135 | 110 | 114 | 127 | 17 |
| Binary | 110110 | 1001000 | 101 | 11001 | 0 | 1011101 | 1001000 | 1001100 | 1010111 | 1111 |
Color Harmonies of #364805
Complementary color
Monochromatic Colors of #364805
Black with #364805
Text Example
Text Example
White with #364805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364805; }
p { color: rgb(54,72,5); }
H1.HeaderClassName
{
color: #364805;
}
.AnyTagClassName
{
color: #364805;
}
</style>
background-color css
<style>
a { background-color: #364805; }
a { background-color: rgb(54,72,5); }
div.DivClassName
{
background-color: #364805;
}
.BgClassName
{
background-color: #364805;
}
</style>
border-color css
<style>
span { border-color: #364805; }
span { border-color: rgb(54,72,5); }
td.TdClassName
{
border-color: #364805;
}
.TagClassName
{
border-color: #364805;
}
</style>