Shades of Turtle Green #364609
Tints of Turtle Green #364609
RGB
CMYK
RGB Variations
Color information
#364609 (or 0x364609) is known color: Turtle Green. HEX triplet: 36, 46 and 09. RGB value is (54,70,9). Sum of RGB (Red+Green+Blue) = 54+70+9=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #364609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364609 is #C9B9F6. Grayscale: #3A3A3A. Windows color (decimal): -13220343 or 607798. OLE color: 607798.
HSL color Cylindrical-coordinate representation of color #364609: hue angle of 75.74º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #364609 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 70 | 9 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.73 |
| HSL | 75.74º | 0.77% | 0.15% | - |
| HSV(B) | 75.74º | 0.87% | 0.27% | - |
| XYZ | 3.76 | 5.18 | 1.06 | - |
| YUV | 58.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 70 | 9 | 0.23 | 0 | 0.87 | 0.73 | 75.74 | 0.77 | 0.15 |
| Hex | 36 | 46 | 9 | 17 | 0 | 57 | 49 | 4C | 4D | F |
| Octal | 66 | 106 | 11 | 27 | 0 | 127 | 111 | 114 | 115 | 17 |
| Binary | 110110 | 1000110 | 1001 | 10111 | 0 | 1010111 | 1001001 | 1001100 | 1001101 | 1111 |
Color Harmonies of #364609
Complementary color
Monochromatic Colors of #364609
Black with #364609
Text Example
Text Example
White with #364609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364609; }
p { color: rgb(54,70,9); }
H1.HeaderClassName
{
color: #364609;
}
.AnyTagClassName
{
color: #364609;
}
</style>
background-color css
<style>
a { background-color: #364609; }
a { background-color: rgb(54,70,9); }
div.DivClassName
{
background-color: #364609;
}
.BgClassName
{
background-color: #364609;
}
</style>
border-color css
<style>
span { border-color: #364609; }
span { border-color: rgb(54,70,9); }
td.TdClassName
{
border-color: #364609;
}
.TagClassName
{
border-color: #364609;
}
</style>