Shades of Turtle Green #364900
Tints of Turtle Green #364900
RGB
CMYK
RGB Variations
Color information
#364900 (or 0x364900) is known color: Turtle Green. HEX triplet: 36, 49 and 00. RGB value is (54,73,0). Sum of RGB (Red+Green+Blue) = 54+73+0=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #364900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364900 is #C9B6FF. Grayscale: #3B3B3B. Windows color (decimal): -13219584 or 18742. OLE color: 18742.
HSL color Cylindrical-coordinate representation of color #364900: hue angle of 75.62º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #364900 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 73 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.71 |
| HSL | 75.62º | 1% | 0.14% | - |
| HSV(B) | 75.62º | 1% | 0.29% | - |
| XYZ | 3.9 | 5.55 | 0.87 | - |
| YUV | 59 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 0 | 0.26 | 0 | 1 | 0.71 | 75.62 | 1 | 0.14 |
| Hex | 36 | 49 | 0 | 1A | 0 | 64 | 47 | 4C | 64 | E |
| Octal | 66 | 111 | 0 | 32 | 0 | 144 | 107 | 114 | 144 | 16 |
| Binary | 110110 | 1001001 | 0 | 11010 | 0 | 1100100 | 1000111 | 1001100 | 1100100 | 1110 |
Color Harmonies of #364900
Complementary color
Monochromatic Colors of #364900
Black with #364900
Text Example
Text Example
White with #364900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364900; }
p { color: rgb(54,73,0); }
H1.HeaderClassName
{
color: #364900;
}
.AnyTagClassName
{
color: #364900;
}
</style>
background-color css
<style>
a { background-color: #364900; }
a { background-color: rgb(54,73,0); }
div.DivClassName
{
background-color: #364900;
}
.BgClassName
{
background-color: #364900;
}
</style>
border-color css
<style>
span { border-color: #364900; }
span { border-color: rgb(54,73,0); }
td.TdClassName
{
border-color: #364900;
}
.TagClassName
{
border-color: #364900;
}
</style>