Shades of Turtle Green #364A19
Tints of Turtle Green #364A19
RGB
CMYK
RGB Variations
Color information
#364A19 (or 0x364A19) is known color: Turtle Green. HEX triplet: 36, 4A and 19. RGB value is (54,74,25). Sum of RGB (Red+Green+Blue) = 54+74+25=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 74 (29.30% from 255 or 48.37% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 74 - color contains mainly: green. Hex color #364A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364A19 is #C9B5E6. Grayscale: #3E3E3E. Windows color (decimal): -13219303 or 1657398. OLE color: 1657398.
HSL color Cylindrical-coordinate representation of color #364A19: hue angle of 84.49º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #364A19 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 74 | 25 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.71 |
| HSL | 84.49º | 0.49% | 0.19% | - |
| HSV(B) | 84.49º | 0.66% | 0.29% | - |
| XYZ | 4.15 | 5.75 | 1.81 | - |
| YUV | 62.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 25 | 0.27 | 0 | 0.66 | 0.71 | 84.49 | 0.49 | 0.19 |
| Hex | 36 | 4A | 19 | 1B | 0 | 42 | 47 | 54 | 31 | 13 |
| Octal | 66 | 112 | 31 | 33 | 0 | 102 | 107 | 124 | 61 | 23 |
| Binary | 110110 | 1001010 | 11001 | 11011 | 0 | 1000010 | 1000111 | 1010100 | 110001 | 10011 |
Color Harmonies of #364A19
Complementary color
Monochromatic Colors of #364A19
Black with #364A19
Text Example
Text Example
White with #364A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A19; }
p { color: rgb(54,74,25); }
H1.HeaderClassName
{
color: #364A19;
}
.AnyTagClassName
{
color: #364A19;
}
</style>
background-color css
<style>
a { background-color: #364A19; }
a { background-color: rgb(54,74,25); }
div.DivClassName
{
background-color: #364A19;
}
.BgClassName
{
background-color: #364A19;
}
</style>
border-color css
<style>
span { border-color: #364A19; }
span { border-color: rgb(54,74,25); }
td.TdClassName
{
border-color: #364A19;
}
.TagClassName
{
border-color: #364A19;
}
</style>