Shades of Turtle Green #364A08
Tints of Turtle Green #364A08
RGB
CMYK
RGB Variations
Color information
#364A08 (or 0x364A08) is known color: Turtle Green. HEX triplet: 36, 4A and 08. RGB value is (54,74,8). Sum of RGB (Red+Green+Blue) = 54+74+8=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #364A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364A08 is #C9B5F7. Grayscale: #3C3C3C. Windows color (decimal): -13219320 or 543286. OLE color: 543286.
HSL color Cylindrical-coordinate representation of color #364A08: hue angle of 78.18º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #364A08 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 74 | 8 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.71 |
| HSL | 78.18º | 0.8% | 0.16% | - |
| HSV(B) | 78.18º | 0.89% | 0.29% | - |
| XYZ | 4.01 | 5.7 | 1.12 | - |
| YUV | 60.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 8 | 0.27 | 0 | 0.89 | 0.71 | 78.18 | 0.8 | 0.16 |
| Hex | 36 | 4A | 8 | 1B | 0 | 59 | 47 | 4E | 50 | 10 |
| Octal | 66 | 112 | 10 | 33 | 0 | 131 | 107 | 116 | 120 | 20 |
| Binary | 110110 | 1001010 | 1000 | 11011 | 0 | 1011001 | 1000111 | 1001110 | 1010000 | 10000 |
Color Harmonies of #364A08
Complementary color
Monochromatic Colors of #364A08
Black with #364A08
Text Example
Text Example
White with #364A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A08; }
p { color: rgb(54,74,8); }
H1.HeaderClassName
{
color: #364A08;
}
.AnyTagClassName
{
color: #364A08;
}
</style>
background-color css
<style>
a { background-color: #364A08; }
a { background-color: rgb(54,74,8); }
div.DivClassName
{
background-color: #364A08;
}
.BgClassName
{
background-color: #364A08;
}
</style>
border-color css
<style>
span { border-color: #364A08; }
span { border-color: rgb(54,74,8); }
td.TdClassName
{
border-color: #364A08;
}
.TagClassName
{
border-color: #364A08;
}
</style>