Shades of Turtle Green #364200
Tints of Turtle Green #364200
RGB
CMYK
RGB Variations
Color information
#364200 (or 0x364200) is known color: Turtle Green. HEX triplet: 36, 42 and 00. RGB value is (54,66,0). Sum of RGB (Red+Green+Blue) = 54+66+0=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #364200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364200 is #C9BDFF. Grayscale: #373737. Windows color (decimal): -13221376 or 16950. OLE color: 16950.
HSL color Cylindrical-coordinate representation of color #364200: hue angle of 70.91º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #364200 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 66 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.74 |
| HSL | 70.91º | 1% | 0.13% | - |
| HSV(B) | 70.91º | 1% | 0.26% | - |
| XYZ | 3.47 | 4.68 | 0.72 | - |
| YUV | 54.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 0 | 0.18 | 0 | 1 | 0.74 | 70.91 | 1 | 0.13 |
| Hex | 36 | 42 | 0 | 12 | 0 | 64 | 4A | 47 | 64 | D |
| Octal | 66 | 102 | 0 | 22 | 0 | 144 | 112 | 107 | 144 | 15 |
| Binary | 110110 | 1000010 | 0 | 10010 | 0 | 1100100 | 1001010 | 1000111 | 1100100 | 1101 |
Color Harmonies of #364200
Complementary color
Monochromatic Colors of #364200
Black with #364200
Text Example
Text Example
White with #364200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364200; }
p { color: rgb(54,66,0); }
H1.HeaderClassName
{
color: #364200;
}
.AnyTagClassName
{
color: #364200;
}
</style>
background-color css
<style>
a { background-color: #364200; }
a { background-color: rgb(54,66,0); }
div.DivClassName
{
background-color: #364200;
}
.BgClassName
{
background-color: #364200;
}
</style>
border-color css
<style>
span { border-color: #364200; }
span { border-color: rgb(54,66,0); }
td.TdClassName
{
border-color: #364200;
}
.TagClassName
{
border-color: #364200;
}
</style>