Shades of Turtle Green #33360D
Tints of Turtle Green #33360D
RGB
CMYK
RGB Variations
Color information
#33360D (or 0x33360D) is known color: Turtle Green. HEX triplet: 33, 36 and 0D. RGB value is (51,54,13). Sum of RGB (Red+Green+Blue) = 51+54+13=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #33360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33360D is #CCC9F2. Grayscale: #303030. Windows color (decimal): -13421043 or 865843. OLE color: 865843.
HSL color Cylindrical-coordinate representation of color #33360D: hue angle of 64.39º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33360D is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 54 | 13 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.79 |
| HSL | 64.39º | 0.61% | 0.13% | - |
| HSV(B) | 64.39º | 0.76% | 0.21% | - |
| XYZ | 2.76 | 3.37 | 0.89 | - |
| YUV | 48.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 13 | 0.06 | 0 | 0.76 | 0.79 | 64.39 | 0.61 | 0.13 |
| Hex | 33 | 36 | D | 6 | 0 | 4C | 4F | 40 | 3D | D |
| Octal | 63 | 66 | 15 | 6 | 0 | 114 | 117 | 100 | 75 | 15 |
| Binary | 110011 | 110110 | 1101 | 110 | 0 | 1001100 | 1001111 | 1000000 | 111101 | 1101 |
Color Harmonies of #33360D
Complementary color
Monochromatic Colors of #33360D
Black with #33360D
Text Example
Text Example
White with #33360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33360D; }
p { color: rgb(51,54,13); }
H1.HeaderClassName
{
color: #33360D;
}
.AnyTagClassName
{
color: #33360D;
}
</style>
background-color css
<style>
a { background-color: #33360D; }
a { background-color: rgb(51,54,13); }
div.DivClassName
{
background-color: #33360D;
}
.BgClassName
{
background-color: #33360D;
}
</style>
border-color css
<style>
span { border-color: #33360D; }
span { border-color: rgb(51,54,13); }
td.TdClassName
{
border-color: #33360D;
}
.TagClassName
{
border-color: #33360D;
}
</style>