Shades of Turtle Green #364406
Tints of Turtle Green #364406
RGB
CMYK
RGB Variations
Color information
#364406 (or 0x364406) is known color: Turtle Green. HEX triplet: 36, 44 and 06. RGB value is (54,68,6). Sum of RGB (Red+Green+Blue) = 54+68+6=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #364406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364406 is #C9BBF9. Grayscale: #383838. Windows color (decimal): -13220858 or 410678. OLE color: 410678.
HSL color Cylindrical-coordinate representation of color #364406: hue angle of 73.55º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #364406 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 68 | 6 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.73 |
| HSL | 73.55º | 0.84% | 0.15% | - |
| HSV(B) | 73.55º | 0.91% | 0.27% | - |
| XYZ | 3.62 | 4.93 | 0.93 | - |
| YUV | 56.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 6 | 0.21 | 0 | 0.91 | 0.73 | 73.55 | 0.84 | 0.15 |
| Hex | 36 | 44 | 6 | 15 | 0 | 5B | 49 | 4A | 54 | F |
| Octal | 66 | 104 | 6 | 25 | 0 | 133 | 111 | 112 | 124 | 17 |
| Binary | 110110 | 1000100 | 110 | 10101 | 0 | 1011011 | 1001001 | 1001010 | 1010100 | 1111 |
Color Harmonies of #364406
Complementary color
Monochromatic Colors of #364406
Black with #364406
Text Example
Text Example
White with #364406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364406; }
p { color: rgb(54,68,6); }
H1.HeaderClassName
{
color: #364406;
}
.AnyTagClassName
{
color: #364406;
}
</style>
background-color css
<style>
a { background-color: #364406; }
a { background-color: rgb(54,68,6); }
div.DivClassName
{
background-color: #364406;
}
.BgClassName
{
background-color: #364406;
}
</style>
border-color css
<style>
span { border-color: #364406; }
span { border-color: rgb(54,68,6); }
td.TdClassName
{
border-color: #364406;
}
.TagClassName
{
border-color: #364406;
}
</style>