Shades of Turtle Green #364D04
Tints of Turtle Green #364D04
RGB
CMYK
RGB Variations
Color information
#364D04 (or 0x364D04) is known color: Turtle Green. HEX triplet: 36, 4D and 04. RGB value is (54,77,4). Sum of RGB (Red+Green+Blue) = 54+77+4=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 77 (30.47% from 255 or 57.04% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 77 - color contains mainly: green. Hex color #364D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364D04 is #C9B2FB. Grayscale: #3E3E3E. Windows color (decimal): -13218556 or 281910. OLE color: 281910.
HSL color Cylindrical-coordinate representation of color #364D04: hue angle of 78.9º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #364D04 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 4 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.70 |
| HSL | 78.9º | 0.9% | 0.16% | - |
| HSV(B) | 78.9º | 0.95% | 0.3% | - |
| XYZ | 4.2 | 6.1 | 1.07 | - |
| YUV | 61.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 4 | 0.30 | 0 | 0.95 | 0.70 | 78.9 | 0.9 | 0.16 |
| Hex | 36 | 4D | 4 | 1E | 0 | 5F | 46 | 4F | 5A | 10 |
| Octal | 66 | 115 | 4 | 36 | 0 | 137 | 106 | 117 | 132 | 20 |
| Binary | 110110 | 1001101 | 100 | 11110 | 0 | 1011111 | 1000110 | 1001111 | 1011010 | 10000 |
Color Harmonies of #364D04
Complementary color
Monochromatic Colors of #364D04
Black with #364D04
Text Example
Text Example
White with #364D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D04; }
p { color: rgb(54,77,4); }
H1.HeaderClassName
{
color: #364D04;
}
.AnyTagClassName
{
color: #364D04;
}
</style>
background-color css
<style>
a { background-color: #364D04; }
a { background-color: rgb(54,77,4); }
div.DivClassName
{
background-color: #364D04;
}
.BgClassName
{
background-color: #364D04;
}
</style>
border-color css
<style>
span { border-color: #364D04; }
span { border-color: rgb(54,77,4); }
td.TdClassName
{
border-color: #364D04;
}
.TagClassName
{
border-color: #364D04;
}
</style>