Shades of Turtle Green #36450C
Tints of Turtle Green #36450C
RGB
CMYK
RGB Variations
Color information
#36450C (or 0x36450C) is known color: Turtle Green. HEX triplet: 36, 45 and 0C. RGB value is (54,69,12). Sum of RGB (Red+Green+Blue) = 54+69+12=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #36450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36450C is #C9BAF3. Grayscale: #3A3A3A. Windows color (decimal): -13220596 or 804150. OLE color: 804150.
HSL color Cylindrical-coordinate representation of color #36450C: hue angle of 75.79º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36450C is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 69 | 12 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.73 |
| HSL | 75.79º | 0.7% | 0.16% | - |
| HSV(B) | 75.79º | 0.83% | 0.27% | - |
| XYZ | 3.72 | 5.07 | 1.13 | - |
| YUV | 58.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 12 | 0.22 | 0 | 0.83 | 0.73 | 75.79 | 0.7 | 0.16 |
| Hex | 36 | 45 | C | 16 | 0 | 53 | 49 | 4C | 46 | 10 |
| Octal | 66 | 105 | 14 | 26 | 0 | 123 | 111 | 114 | 106 | 20 |
| Binary | 110110 | 1000101 | 1100 | 10110 | 0 | 1010011 | 1001001 | 1001100 | 1000110 | 10000 |
Color Harmonies of #36450C
Complementary color
Monochromatic Colors of #36450C
Black with #36450C
Text Example
Text Example
White with #36450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36450C; }
p { color: rgb(54,69,12); }
H1.HeaderClassName
{
color: #36450C;
}
.AnyTagClassName
{
color: #36450C;
}
</style>
background-color css
<style>
a { background-color: #36450C; }
a { background-color: rgb(54,69,12); }
div.DivClassName
{
background-color: #36450C;
}
.BgClassName
{
background-color: #36450C;
}
</style>
border-color css
<style>
span { border-color: #36450C; }
span { border-color: rgb(54,69,12); }
td.TdClassName
{
border-color: #36450C;
}
.TagClassName
{
border-color: #36450C;
}
</style>