Shades of Turtle Green #363D15
Tints of Turtle Green #363D15
RGB
CMYK
RGB Variations
Color information
#363D15 (or 0x363D15) is known color: Turtle Green. HEX triplet: 36, 3D and 15. RGB value is (54,61,21). Sum of RGB (Red+Green+Blue) = 54+61+21=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 61 - color contains mainly: green. Hex color #363D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363D15 is #C9C2EA. Grayscale: #363636. Windows color (decimal): -13222635 or 1391926. OLE color: 1391926.
HSL color Cylindrical-coordinate representation of color #363D15: hue angle of 70.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363D15 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 61 | 21 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.76 |
| HSL | 70.5º | 0.49% | 0.16% | - |
| HSV(B) | 70.5º | 0.66% | 0.24% | - |
| XYZ | 3.33 | 4.18 | 1.34 | - |
| YUV | 54.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 21 | 0.11 | 0 | 0.66 | 0.76 | 70.5 | 0.49 | 0.16 |
| Hex | 36 | 3D | 15 | B | 0 | 42 | 4C | 46 | 31 | 10 |
| Octal | 66 | 75 | 25 | 13 | 0 | 102 | 114 | 106 | 61 | 20 |
| Binary | 110110 | 111101 | 10101 | 1011 | 0 | 1000010 | 1001100 | 1000110 | 110001 | 10000 |
Color Harmonies of #363D15
Complementary color
Monochromatic Colors of #363D15
Black with #363D15
Text Example
Text Example
White with #363D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D15; }
p { color: rgb(54,61,21); }
H1.HeaderClassName
{
color: #363D15;
}
.AnyTagClassName
{
color: #363D15;
}
</style>
background-color css
<style>
a { background-color: #363D15; }
a { background-color: rgb(54,61,21); }
div.DivClassName
{
background-color: #363D15;
}
.BgClassName
{
background-color: #363D15;
}
</style>
border-color css
<style>
span { border-color: #363D15; }
span { border-color: rgb(54,61,21); }
td.TdClassName
{
border-color: #363D15;
}
.TagClassName
{
border-color: #363D15;
}
</style>