Shades of Turtle Green #363B0C
Tints of Turtle Green #363B0C
RGB
CMYK
RGB Variations
Color information
#363B0C (or 0x363B0C) is known color: Turtle Green. HEX triplet: 36, 3B and 0C. RGB value is (54,59,12). Sum of RGB (Red+Green+Blue) = 54+59+12=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 59 - color contains mainly: green. Hex color #363B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363B0C is #C9C4F3. Grayscale: #343434. Windows color (decimal): -13223156 or 801590. OLE color: 801590.
HSL color Cylindrical-coordinate representation of color #363B0C: hue angle of 66.38º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #363B0C is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 12 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.77 |
| HSL | 66.38º | 0.66% | 0.14% | - |
| HSV(B) | 66.38º | 0.8% | 0.23% | - |
| XYZ | 3.15 | 3.94 | 0.94 | - |
| YUV | 52.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 12 | 0.08 | 0 | 0.80 | 0.77 | 66.38 | 0.66 | 0.14 |
| Hex | 36 | 3B | C | 8 | 0 | 50 | 4D | 42 | 42 | E |
| Octal | 66 | 73 | 14 | 10 | 0 | 120 | 115 | 102 | 102 | 16 |
| Binary | 110110 | 111011 | 1100 | 1000 | 0 | 1010000 | 1001101 | 1000010 | 1000010 | 1110 |
Color Harmonies of #363B0C
Complementary color
Monochromatic Colors of #363B0C
Black with #363B0C
Text Example
Text Example
White with #363B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B0C; }
p { color: rgb(54,59,12); }
H1.HeaderClassName
{
color: #363B0C;
}
.AnyTagClassName
{
color: #363B0C;
}
</style>
background-color css
<style>
a { background-color: #363B0C; }
a { background-color: rgb(54,59,12); }
div.DivClassName
{
background-color: #363B0C;
}
.BgClassName
{
background-color: #363B0C;
}
</style>
border-color css
<style>
span { border-color: #363B0C; }
span { border-color: rgb(54,59,12); }
td.TdClassName
{
border-color: #363B0C;
}
.TagClassName
{
border-color: #363B0C;
}
</style>