Shades of Turtle Green #364A13
Tints of Turtle Green #364A13
RGB
CMYK
RGB Variations
Color information
#364A13 (or 0x364A13) is known color: Turtle Green. HEX triplet: 36, 4A and 13. RGB value is (54,74,19). Sum of RGB (Red+Green+Blue) = 54+74+19=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #364A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364A13 is #C9B5EC. Grayscale: #3D3D3D. Windows color (decimal): -13219309 or 1264182. OLE color: 1264182.
HSL color Cylindrical-coordinate representation of color #364A13: hue angle of 81.82º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364A13 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 74 | 19 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.71 |
| HSL | 81.82º | 0.59% | 0.18% | - |
| HSV(B) | 81.82º | 0.74% | 0.29% | - |
| XYZ | 4.09 | 5.73 | 1.51 | - |
| YUV | 61.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 19 | 0.27 | 0 | 0.74 | 0.71 | 81.82 | 0.59 | 0.18 |
| Hex | 36 | 4A | 13 | 1B | 0 | 4A | 47 | 52 | 3B | 12 |
| Octal | 66 | 112 | 23 | 33 | 0 | 112 | 107 | 122 | 73 | 22 |
| Binary | 110110 | 1001010 | 10011 | 11011 | 0 | 1001010 | 1000111 | 1010010 | 111011 | 10010 |
Color Harmonies of #364A13
Complementary color
Monochromatic Colors of #364A13
Black with #364A13
Text Example
Text Example
White with #364A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A13; }
p { color: rgb(54,74,19); }
H1.HeaderClassName
{
color: #364A13;
}
.AnyTagClassName
{
color: #364A13;
}
</style>
background-color css
<style>
a { background-color: #364A13; }
a { background-color: rgb(54,74,19); }
div.DivClassName
{
background-color: #364A13;
}
.BgClassName
{
background-color: #364A13;
}
</style>
border-color css
<style>
span { border-color: #364A13; }
span { border-color: rgb(54,74,19); }
td.TdClassName
{
border-color: #364A13;
}
.TagClassName
{
border-color: #364A13;
}
</style>