Shades of Turtle Green #363F11
Tints of Turtle Green #363F11
RGB
CMYK
RGB Variations
Color information
#363F11 (or 0x363F11) is known color: Turtle Green. HEX triplet: 36, 3F and 11. RGB value is (54,63,17). Sum of RGB (Red+Green+Blue) = 54+63+17=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #363F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363F11 is #C9C0EE. Grayscale: #373737. Windows color (decimal): -13222127 or 1130294. OLE color: 1130294.
HSL color Cylindrical-coordinate representation of color #363F11: hue angle of 71.74º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #363F11 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 63 | 17 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.75 |
| HSL | 71.74º | 0.58% | 0.16% | - |
| HSV(B) | 71.74º | 0.73% | 0.25% | - |
| XYZ | 3.4 | 4.38 | 1.2 | - |
| YUV | 55.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 17 | 0.14 | 0 | 0.73 | 0.75 | 71.74 | 0.58 | 0.16 |
| Hex | 36 | 3F | 11 | E | 0 | 49 | 4B | 48 | 3A | 10 |
| Octal | 66 | 77 | 21 | 16 | 0 | 111 | 113 | 110 | 72 | 20 |
| Binary | 110110 | 111111 | 10001 | 1110 | 0 | 1001001 | 1001011 | 1001000 | 111010 | 10000 |
Color Harmonies of #363F11
Complementary color
Monochromatic Colors of #363F11
Black with #363F11
Text Example
Text Example
White with #363F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F11; }
p { color: rgb(54,63,17); }
H1.HeaderClassName
{
color: #363F11;
}
.AnyTagClassName
{
color: #363F11;
}
</style>
background-color css
<style>
a { background-color: #363F11; }
a { background-color: rgb(54,63,17); }
div.DivClassName
{
background-color: #363F11;
}
.BgClassName
{
background-color: #363F11;
}
</style>
border-color css
<style>
span { border-color: #363F11; }
span { border-color: rgb(54,63,17); }
td.TdClassName
{
border-color: #363F11;
}
.TagClassName
{
border-color: #363F11;
}
</style>