Shades of Turtle Green #364000
Tints of Turtle Green #364000
RGB
CMYK
RGB Variations
Color information
#364000 (or 0x364000) is known color: Turtle Green. HEX triplet: 36, 40 and 00. RGB value is (54,64,0). Sum of RGB (Red+Green+Blue) = 54+64+0=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #364000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364000 is #C9BFFF. Grayscale: #353535. Windows color (decimal): -13221888 or 16438. OLE color: 16438.
HSL color Cylindrical-coordinate representation of color #364000: hue angle of 69.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #364000 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 64 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.75 |
| HSL | 69.38º | 1% | 0.13% | - |
| HSV(B) | 69.38º | 1% | 0.25% | - |
| XYZ | 3.35 | 4.45 | 0.68 | - |
| YUV | 53.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 0 | 0.16 | 0 | 1 | 0.75 | 69.38 | 1 | 0.13 |
| Hex | 36 | 40 | 0 | 10 | 0 | 64 | 4B | 45 | 64 | D |
| Octal | 66 | 100 | 0 | 20 | 0 | 144 | 113 | 105 | 144 | 15 |
| Binary | 110110 | 1000000 | 0 | 10000 | 0 | 1100100 | 1001011 | 1000101 | 1100100 | 1101 |
Color Harmonies of #364000
Complementary color
Monochromatic Colors of #364000
Black with #364000
Text Example
Text Example
White with #364000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364000; }
p { color: rgb(54,64,0); }
H1.HeaderClassName
{
color: #364000;
}
.AnyTagClassName
{
color: #364000;
}
</style>
background-color css
<style>
a { background-color: #364000; }
a { background-color: rgb(54,64,0); }
div.DivClassName
{
background-color: #364000;
}
.BgClassName
{
background-color: #364000;
}
</style>
border-color css
<style>
span { border-color: #364000; }
span { border-color: rgb(54,64,0); }
td.TdClassName
{
border-color: #364000;
}
.TagClassName
{
border-color: #364000;
}
</style>