Shades of Turtle Green #364705
Tints of Turtle Green #364705
RGB
CMYK
RGB Variations
Color information
#364705 (or 0x364705) is known color: Turtle Green. HEX triplet: 36, 47 and 05. RGB value is (54,71,5). Sum of RGB (Red+Green+Blue) = 54+71+5=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #364705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364705 is #C9B8FA. Grayscale: #3A3A3A. Windows color (decimal): -13220091 or 345910. OLE color: 345910.
HSL color Cylindrical-coordinate representation of color #364705: hue angle of 75.45º 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 #364705 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 71 | 5 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.72 |
| HSL | 75.45º | 0.87% | 0.15% | - |
| HSV(B) | 75.45º | 0.93% | 0.28% | - |
| XYZ | 3.8 | 5.3 | 0.97 | - |
| YUV | 58.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 5 | 0.24 | 0 | 0.93 | 0.72 | 75.45 | 0.87 | 0.15 |
| Hex | 36 | 47 | 5 | 18 | 0 | 5D | 48 | 4B | 57 | F |
| Octal | 66 | 107 | 5 | 30 | 0 | 135 | 110 | 113 | 127 | 17 |
| Binary | 110110 | 1000111 | 101 | 11000 | 0 | 1011101 | 1001000 | 1001011 | 1010111 | 1111 |
Color Harmonies of #364705
Complementary color
Monochromatic Colors of #364705
Black with #364705
Text Example
Text Example
White with #364705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364705; }
p { color: rgb(54,71,5); }
H1.HeaderClassName
{
color: #364705;
}
.AnyTagClassName
{
color: #364705;
}
</style>
background-color css
<style>
a { background-color: #364705; }
a { background-color: rgb(54,71,5); }
div.DivClassName
{
background-color: #364705;
}
.BgClassName
{
background-color: #364705;
}
</style>
border-color css
<style>
span { border-color: #364705; }
span { border-color: rgb(54,71,5); }
td.TdClassName
{
border-color: #364705;
}
.TagClassName
{
border-color: #364705;
}
</style>