Shades of Turtle Green #36450D
Tints of Turtle Green #36450D
RGB
CMYK
RGB Variations
Color information
#36450D (or 0x36450D) is known color: Turtle Green. HEX triplet: 36, 45 and 0D. RGB value is (54,69,13). Sum of RGB (Red+Green+Blue) = 54+69+13=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #36450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36450D is #C9BAF2. Grayscale: #3A3A3A. Windows color (decimal): -13220595 or 869686. OLE color: 869686.
HSL color Cylindrical-coordinate representation of color #36450D: hue angle of 76.07º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36450D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 69 | 13 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.73 |
| HSL | 76.07º | 0.68% | 0.16% | - |
| HSV(B) | 76.07º | 0.81% | 0.27% | - |
| XYZ | 3.72 | 5.07 | 1.16 | - |
| YUV | 58.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 13 | 0.22 | 0 | 0.81 | 0.73 | 76.07 | 0.68 | 0.16 |
| Hex | 36 | 45 | D | 16 | 0 | 51 | 49 | 4C | 44 | 10 |
| Octal | 66 | 105 | 15 | 26 | 0 | 121 | 111 | 114 | 104 | 20 |
| Binary | 110110 | 1000101 | 1101 | 10110 | 0 | 1010001 | 1001001 | 1001100 | 1000100 | 10000 |
Color Harmonies of #36450D
Complementary color
Monochromatic Colors of #36450D
Black with #36450D
Text Example
Text Example
White with #36450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36450D; }
p { color: rgb(54,69,13); }
H1.HeaderClassName
{
color: #36450D;
}
.AnyTagClassName
{
color: #36450D;
}
</style>
background-color css
<style>
a { background-color: #36450D; }
a { background-color: rgb(54,69,13); }
div.DivClassName
{
background-color: #36450D;
}
.BgClassName
{
background-color: #36450D;
}
</style>
border-color css
<style>
span { border-color: #36450D; }
span { border-color: rgb(54,69,13); }
td.TdClassName
{
border-color: #36450D;
}
.TagClassName
{
border-color: #36450D;
}
</style>