Shades of Turtle Green #364713
Tints of Turtle Green #364713
RGB
CMYK
RGB Variations
Color information
#364713 (or 0x364713) is known color: Turtle Green. HEX triplet: 36, 47 and 13. RGB value is (54,71,19). Sum of RGB (Red+Green+Blue) = 54+71+19=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #364713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364713 is #C9B8EC. Grayscale: #3C3C3C. Windows color (decimal): -13220077 or 1263414. OLE color: 1263414.
HSL color Cylindrical-coordinate representation of color #364713: hue angle of 79.62º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #364713 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 71 | 19 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.72 |
| HSL | 79.62º | 0.58% | 0.18% | - |
| HSV(B) | 79.62º | 0.73% | 0.28% | - |
| XYZ | 3.89 | 5.34 | 1.44 | - |
| YUV | 59.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 19 | 0.24 | 0 | 0.73 | 0.72 | 79.62 | 0.58 | 0.18 |
| Hex | 36 | 47 | 13 | 18 | 0 | 49 | 48 | 50 | 3A | 12 |
| Octal | 66 | 107 | 23 | 30 | 0 | 111 | 110 | 120 | 72 | 22 |
| Binary | 110110 | 1000111 | 10011 | 11000 | 0 | 1001001 | 1001000 | 1010000 | 111010 | 10010 |
Color Harmonies of #364713
Complementary color
Monochromatic Colors of #364713
Black with #364713
Text Example
Text Example
White with #364713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364713; }
p { color: rgb(54,71,19); }
H1.HeaderClassName
{
color: #364713;
}
.AnyTagClassName
{
color: #364713;
}
</style>
background-color css
<style>
a { background-color: #364713; }
a { background-color: rgb(54,71,19); }
div.DivClassName
{
background-color: #364713;
}
.BgClassName
{
background-color: #364713;
}
</style>
border-color css
<style>
span { border-color: #364713; }
span { border-color: rgb(54,71,19); }
td.TdClassName
{
border-color: #364713;
}
.TagClassName
{
border-color: #364713;
}
</style>