Shades of Turtle Green #364512
Tints of Turtle Green #364512
RGB
CMYK
RGB Variations
Color information
#364512 (or 0x364512) is known color: Turtle Green. HEX triplet: 36, 45 and 12. RGB value is (54,69,18). Sum of RGB (Red+Green+Blue) = 54+69+18=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #364512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364512 is #C9BAED. Grayscale: #3A3A3A. Windows color (decimal): -13220590 or 1197366. OLE color: 1197366.
HSL color Cylindrical-coordinate representation of color #364512: hue angle of 77.65º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364512 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 69 | 18 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.73 |
| HSL | 77.65º | 0.59% | 0.17% | - |
| HSV(B) | 77.65º | 0.74% | 0.27% | - |
| XYZ | 3.76 | 5.08 | 1.36 | - |
| YUV | 58.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 18 | 0.22 | 0 | 0.74 | 0.73 | 77.65 | 0.59 | 0.17 |
| Hex | 36 | 45 | 12 | 16 | 0 | 4A | 49 | 4E | 3B | 11 |
| Octal | 66 | 105 | 22 | 26 | 0 | 112 | 111 | 116 | 73 | 21 |
| Binary | 110110 | 1000101 | 10010 | 10110 | 0 | 1001010 | 1001001 | 1001110 | 111011 | 10001 |
Color Harmonies of #364512
Complementary color
Monochromatic Colors of #364512
Black with #364512
Text Example
Text Example
White with #364512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364512; }
p { color: rgb(54,69,18); }
H1.HeaderClassName
{
color: #364512;
}
.AnyTagClassName
{
color: #364512;
}
</style>
background-color css
<style>
a { background-color: #364512; }
a { background-color: rgb(54,69,18); }
div.DivClassName
{
background-color: #364512;
}
.BgClassName
{
background-color: #364512;
}
</style>
border-color css
<style>
span { border-color: #364512; }
span { border-color: rgb(54,69,18); }
td.TdClassName
{
border-color: #364512;
}
.TagClassName
{
border-color: #364512;
}
</style>