Shades of Turtle Green #364617
Tints of Turtle Green #364617
RGB
CMYK
RGB Variations
Color information
#364617 (or 0x364617) is known color: Turtle Green. HEX triplet: 36, 46 and 17. RGB value is (54,70,23). Sum of RGB (Red+Green+Blue) = 54+70+23=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #364617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364617 is #C9B9E8. Grayscale: #3C3C3C. Windows color (decimal): -13220329 or 1525302. OLE color: 1525302.
HSL color Cylindrical-coordinate representation of color #364617: hue angle of 80.43º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #364617 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 70 | 23 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.73 |
| HSL | 80.43º | 0.51% | 0.18% | - |
| HSV(B) | 80.43º | 0.67% | 0.27% | - |
| XYZ | 3.87 | 5.23 | 1.62 | - |
| YUV | 59.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 70 | 23 | 0.23 | 0 | 0.67 | 0.73 | 80.43 | 0.51 | 0.18 |
| Hex | 36 | 46 | 17 | 17 | 0 | 43 | 49 | 50 | 33 | 12 |
| Octal | 66 | 106 | 27 | 27 | 0 | 103 | 111 | 120 | 63 | 22 |
| Binary | 110110 | 1000110 | 10111 | 10111 | 0 | 1000011 | 1001001 | 1010000 | 110011 | 10010 |
Color Harmonies of #364617
Complementary color
Monochromatic Colors of #364617
Black with #364617
Text Example
Text Example
White with #364617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364617; }
p { color: rgb(54,70,23); }
H1.HeaderClassName
{
color: #364617;
}
.AnyTagClassName
{
color: #364617;
}
</style>
background-color css
<style>
a { background-color: #364617; }
a { background-color: rgb(54,70,23); }
div.DivClassName
{
background-color: #364617;
}
.BgClassName
{
background-color: #364617;
}
</style>
border-color css
<style>
span { border-color: #364617; }
span { border-color: rgb(54,70,23); }
td.TdClassName
{
border-color: #364617;
}
.TagClassName
{
border-color: #364617;
}
</style>