Shades of Turtle Green #33520D
Tints of Turtle Green #33520D
RGB
CMYK
RGB Variations
Color information
#33520D (or 0x33520D) is known color: Turtle Green. HEX triplet: 33, 52 and 0D. RGB value is (51,82,13). Sum of RGB (Red+Green+Blue) = 51+82+13=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #33520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33520D is #CCADF2. Grayscale: #414141. Windows color (decimal): -13413875 or 873011. OLE color: 873011.
HSL color Cylindrical-coordinate representation of color #33520D: hue angle of 86.96º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33520D is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 82 | 13 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.68 |
| HSL | 86.96º | 0.73% | 0.19% | - |
| HSV(B) | 86.96º | 0.84% | 0.32% | - |
| XYZ | 4.46 | 6.77 | 1.45 | - |
| YUV | 64.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 13 | 0.38 | 0 | 0.84 | 0.68 | 86.96 | 0.73 | 0.19 |
| Hex | 33 | 52 | D | 26 | 0 | 54 | 44 | 57 | 49 | 13 |
| Octal | 63 | 122 | 15 | 46 | 0 | 124 | 104 | 127 | 111 | 23 |
| Binary | 110011 | 1010010 | 1101 | 100110 | 0 | 1010100 | 1000100 | 1010111 | 1001001 | 10011 |
Color Harmonies of #33520D
Complementary color
Monochromatic Colors of #33520D
Black with #33520D
Text Example
Text Example
White with #33520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33520D; }
p { color: rgb(51,82,13); }
H1.HeaderClassName
{
color: #33520D;
}
.AnyTagClassName
{
color: #33520D;
}
</style>
background-color css
<style>
a { background-color: #33520D; }
a { background-color: rgb(51,82,13); }
div.DivClassName
{
background-color: #33520D;
}
.BgClassName
{
background-color: #33520D;
}
</style>
border-color css
<style>
span { border-color: #33520D; }
span { border-color: rgb(51,82,13); }
td.TdClassName
{
border-color: #33520D;
}
.TagClassName
{
border-color: #33520D;
}
</style>