Shades of Turtle Green #364D00
Tints of Turtle Green #364D00
RGB
CMYK
RGB Variations
Color information
#364D00 (or 0x364D00) is known color: Turtle Green. HEX triplet: 36, 4D and 00. RGB value is (54,77,0). Sum of RGB (Red+Green+Blue) = 54+77+0=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #364D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364D00 is #C9B2FF. Grayscale: #3D3D3D. Windows color (decimal): -13218560 or 19766. OLE color: 19766.
HSL color Cylindrical-coordinate representation of color #364D00: hue angle of 77.92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #364D00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.70 |
| HSL | 77.92º | 1% | 0.15% | - |
| HSV(B) | 77.92º | 1% | 0.3% | - |
| XYZ | 4.18 | 6.09 | 0.96 | - |
| YUV | 61.35 | 93.38 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 0 | 0.30 | 0 | 1 | 0.70 | 77.92 | 1 | 0.15 |
| Hex | 36 | 4D | 0 | 1E | 0 | 64 | 46 | 4E | 64 | F |
| Octal | 66 | 115 | 0 | 36 | 0 | 144 | 106 | 116 | 144 | 17 |
| Binary | 110110 | 1001101 | 0 | 11110 | 0 | 1100100 | 1000110 | 1001110 | 1100100 | 1111 |
Color Harmonies of #364D00
Complementary color
Monochromatic Colors of #364D00
Black with #364D00
Text Example
Text Example
White with #364D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D00; }
p { color: rgb(54,77,0); }
H1.HeaderClassName
{
color: #364D00;
}
.AnyTagClassName
{
color: #364D00;
}
</style>
background-color css
<style>
a { background-color: #364D00; }
a { background-color: rgb(54,77,0); }
div.DivClassName
{
background-color: #364D00;
}
.BgClassName
{
background-color: #364D00;
}
</style>
border-color css
<style>
span { border-color: #364D00; }
span { border-color: rgb(54,77,0); }
td.TdClassName
{
border-color: #364D00;
}
.TagClassName
{
border-color: #364D00;
}
</style>