Shades of Turtle Green #364304
Tints of Turtle Green #364304
RGB
CMYK
RGB Variations
Color information
#364304 (or 0x364304) is known color: Turtle Green. HEX triplet: 36, 43 and 04. RGB value is (54,67,4). Sum of RGB (Red+Green+Blue) = 54+67+4=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #364304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364304 is #C9BCFB. Grayscale: #383838. Windows color (decimal): -13221116 or 279350. OLE color: 279350.
HSL color Cylindrical-coordinate representation of color #364304: hue angle of 72.38º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #364304 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 67 | 4 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.74 |
| HSL | 72.38º | 0.89% | 0.14% | - |
| HSV(B) | 72.38º | 0.94% | 0.26% | - |
| XYZ | 3.55 | 4.81 | 0.86 | - |
| YUV | 55.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 4 | 0.19 | 0 | 0.94 | 0.74 | 72.38 | 0.89 | 0.14 |
| Hex | 36 | 43 | 4 | 13 | 0 | 5E | 4A | 48 | 59 | E |
| Octal | 66 | 103 | 4 | 23 | 0 | 136 | 112 | 110 | 131 | 16 |
| Binary | 110110 | 1000011 | 100 | 10011 | 0 | 1011110 | 1001010 | 1001000 | 1011001 | 1110 |
Color Harmonies of #364304
Complementary color
Monochromatic Colors of #364304
Black with #364304
Text Example
Text Example
White with #364304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364304; }
p { color: rgb(54,67,4); }
H1.HeaderClassName
{
color: #364304;
}
.AnyTagClassName
{
color: #364304;
}
</style>
background-color css
<style>
a { background-color: #364304; }
a { background-color: rgb(54,67,4); }
div.DivClassName
{
background-color: #364304;
}
.BgClassName
{
background-color: #364304;
}
</style>
border-color css
<style>
span { border-color: #364304; }
span { border-color: rgb(54,67,4); }
td.TdClassName
{
border-color: #364304;
}
.TagClassName
{
border-color: #364304;
}
</style>