Shades of Turtle Green #364C0D
Tints of Turtle Green #364C0D
RGB
CMYK
RGB Variations
Color information
#364C0D (or 0x364C0D) is known color: Turtle Green. HEX triplet: 36, 4C and 0D. RGB value is (54,76,13). Sum of RGB (Red+Green+Blue) = 54+76+13=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #364C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C0D is #C9B3F2. Grayscale: #3E3E3E. Windows color (decimal): -13218803 or 871478. OLE color: 871478.
HSL color Cylindrical-coordinate representation of color #364C0D: hue angle of 80.95º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #364C0D is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 76 | 13 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.70 |
| HSL | 80.95º | 0.71% | 0.17% | - |
| HSV(B) | 80.95º | 0.83% | 0.3% | - |
| XYZ | 4.18 | 5.98 | 1.32 | - |
| YUV | 62.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 13 | 0.29 | 0 | 0.83 | 0.70 | 80.95 | 0.71 | 0.17 |
| Hex | 36 | 4C | D | 1D | 0 | 53 | 46 | 51 | 47 | 11 |
| Octal | 66 | 114 | 15 | 35 | 0 | 123 | 106 | 121 | 107 | 21 |
| Binary | 110110 | 1001100 | 1101 | 11101 | 0 | 1010011 | 1000110 | 1010001 | 1000111 | 10001 |
Color Harmonies of #364C0D
Complementary color
Monochromatic Colors of #364C0D
Black with #364C0D
Text Example
Text Example
White with #364C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C0D; }
p { color: rgb(54,76,13); }
H1.HeaderClassName
{
color: #364C0D;
}
.AnyTagClassName
{
color: #364C0D;
}
</style>
background-color css
<style>
a { background-color: #364C0D; }
a { background-color: rgb(54,76,13); }
div.DivClassName
{
background-color: #364C0D;
}
.BgClassName
{
background-color: #364C0D;
}
</style>
border-color css
<style>
span { border-color: #364C0D; }
span { border-color: rgb(54,76,13); }
td.TdClassName
{
border-color: #364C0D;
}
.TagClassName
{
border-color: #364C0D;
}
</style>