Shades of Turtle Green #363B0D
Tints of Turtle Green #363B0D
RGB
CMYK
RGB Variations
Color information
#363B0D (or 0x363B0D) is known color: Turtle Green. HEX triplet: 36, 3B and 0D. RGB value is (54,59,13). Sum of RGB (Red+Green+Blue) = 54+59+13=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 59 - color contains mainly: green. Hex color #363B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363B0D is #C9C4F2. Grayscale: #343434. Windows color (decimal): -13223155 or 867126. OLE color: 867126.
HSL color Cylindrical-coordinate representation of color #363B0D: hue angle of 66.52º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #363B0D is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 13 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.77 |
| HSL | 66.52º | 0.64% | 0.14% | - |
| HSV(B) | 66.52º | 0.78% | 0.23% | - |
| XYZ | 3.16 | 3.94 | 0.98 | - |
| YUV | 52.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 13 | 0.08 | 0 | 0.78 | 0.77 | 66.52 | 0.64 | 0.14 |
| Hex | 36 | 3B | D | 8 | 0 | 4E | 4D | 43 | 40 | E |
| Octal | 66 | 73 | 15 | 10 | 0 | 116 | 115 | 103 | 100 | 16 |
| Binary | 110110 | 111011 | 1101 | 1000 | 0 | 1001110 | 1001101 | 1000011 | 1000000 | 1110 |
Color Harmonies of #363B0D
Complementary color
Monochromatic Colors of #363B0D
Black with #363B0D
Text Example
Text Example
White with #363B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B0D; }
p { color: rgb(54,59,13); }
H1.HeaderClassName
{
color: #363B0D;
}
.AnyTagClassName
{
color: #363B0D;
}
</style>
background-color css
<style>
a { background-color: #363B0D; }
a { background-color: rgb(54,59,13); }
div.DivClassName
{
background-color: #363B0D;
}
.BgClassName
{
background-color: #363B0D;
}
</style>
border-color css
<style>
span { border-color: #363B0D; }
span { border-color: rgb(54,59,13); }
td.TdClassName
{
border-color: #363B0D;
}
.TagClassName
{
border-color: #363B0D;
}
</style>