Shades of Turtle Green #364719
Tints of Turtle Green #364719
RGB
CMYK
RGB Variations
Color information
#364719 (or 0x364719) is known color: Turtle Green. HEX triplet: 36, 47 and 19. RGB value is (54,71,25). Sum of RGB (Red+Green+Blue) = 54+71+25=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #364719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364719 is #C9B8E6. Grayscale: #3C3C3C. Windows color (decimal): -13220071 or 1656630. OLE color: 1656630.
HSL color Cylindrical-coordinate representation of color #364719: hue angle of 82.17º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364719 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 71 | 25 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.72 |
| HSL | 82.17º | 0.48% | 0.19% | - |
| HSV(B) | 82.17º | 0.65% | 0.28% | - |
| XYZ | 3.95 | 5.36 | 1.75 | - |
| YUV | 60.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 25 | 0.24 | 0 | 0.65 | 0.72 | 82.17 | 0.48 | 0.19 |
| Hex | 36 | 47 | 19 | 18 | 0 | 41 | 48 | 52 | 30 | 13 |
| Octal | 66 | 107 | 31 | 30 | 0 | 101 | 110 | 122 | 60 | 23 |
| Binary | 110110 | 1000111 | 11001 | 11000 | 0 | 1000001 | 1001000 | 1010010 | 110000 | 10011 |
Color Harmonies of #364719
Complementary color
Monochromatic Colors of #364719
Black with #364719
Text Example
Text Example
White with #364719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364719; }
p { color: rgb(54,71,25); }
H1.HeaderClassName
{
color: #364719;
}
.AnyTagClassName
{
color: #364719;
}
</style>
background-color css
<style>
a { background-color: #364719; }
a { background-color: rgb(54,71,25); }
div.DivClassName
{
background-color: #364719;
}
.BgClassName
{
background-color: #364719;
}
</style>
border-color css
<style>
span { border-color: #364719; }
span { border-color: rgb(54,71,25); }
td.TdClassName
{
border-color: #364719;
}
.TagClassName
{
border-color: #364719;
}
</style>