Shades of Turtle Green #364C14
Tints of Turtle Green #364C14
RGB
CMYK
RGB Variations
Color information
#364C14 (or 0x364C14) is known color: Turtle Green. HEX triplet: 36, 4C and 14. RGB value is (54,76,20). Sum of RGB (Red+Green+Blue) = 54+76+20=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 76 (30.08% from 255 or 50.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 76 - color contains mainly: green. Hex color #364C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C14 is #C9B3EB. Grayscale: #3F3F3F. Windows color (decimal): -13218796 or 1330230. OLE color: 1330230.
HSL color Cylindrical-coordinate representation of color #364C14: hue angle of 83.57º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364C14 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 76 | 20 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.70 |
| HSL | 83.57º | 0.58% | 0.19% | - |
| HSV(B) | 83.57º | 0.74% | 0.3% | - |
| XYZ | 4.23 | 6 | 1.6 | - |
| YUV | 63.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 20 | 0.29 | 0 | 0.74 | 0.70 | 83.57 | 0.58 | 0.19 |
| Hex | 36 | 4C | 14 | 1D | 0 | 4A | 46 | 54 | 3A | 13 |
| Octal | 66 | 114 | 24 | 35 | 0 | 112 | 106 | 124 | 72 | 23 |
| Binary | 110110 | 1001100 | 10100 | 11101 | 0 | 1001010 | 1000110 | 1010100 | 111010 | 10011 |
Color Harmonies of #364C14
Complementary color
Monochromatic Colors of #364C14
Black with #364C14
Text Example
Text Example
White with #364C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C14; }
p { color: rgb(54,76,20); }
H1.HeaderClassName
{
color: #364C14;
}
.AnyTagClassName
{
color: #364C14;
}
</style>
background-color css
<style>
a { background-color: #364C14; }
a { background-color: rgb(54,76,20); }
div.DivClassName
{
background-color: #364C14;
}
.BgClassName
{
background-color: #364C14;
}
</style>
border-color css
<style>
span { border-color: #364C14; }
span { border-color: rgb(54,76,20); }
td.TdClassName
{
border-color: #364C14;
}
.TagClassName
{
border-color: #364C14;
}
</style>