Shades of Turtle Green #33490D
Tints of Turtle Green #33490D
RGB
CMYK
RGB Variations
Color information
#33490D (or 0x33490D) is known color: Turtle Green. HEX triplet: 33, 49 and 0D. RGB value is (51,73,13). Sum of RGB (Red+Green+Blue) = 51+73+13=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #33490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33490D is #CCB6F2. Grayscale: #3B3B3B. Windows color (decimal): -13416179 or 870707. OLE color: 870707.
HSL color Cylindrical-coordinate representation of color #33490D: hue angle of 82º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33490D is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 13 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.71 |
| HSL | 82º | 0.7% | 0.17% | - |
| HSV(B) | 82º | 0.82% | 0.29% | - |
| XYZ | 3.82 | 5.5 | 1.24 | - |
| YUV | 59.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 13 | 0.30 | 0 | 0.82 | 0.71 | 82 | 0.7 | 0.17 |
| Hex | 33 | 49 | D | 1E | 0 | 52 | 47 | 52 | 46 | 11 |
| Octal | 63 | 111 | 15 | 36 | 0 | 122 | 107 | 122 | 106 | 21 |
| Binary | 110011 | 1001001 | 1101 | 11110 | 0 | 1010010 | 1000111 | 1010010 | 1000110 | 10001 |
Color Harmonies of #33490D
Complementary color
Monochromatic Colors of #33490D
Black with #33490D
Text Example
Text Example
White with #33490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33490D; }
p { color: rgb(51,73,13); }
H1.HeaderClassName
{
color: #33490D;
}
.AnyTagClassName
{
color: #33490D;
}
</style>
background-color css
<style>
a { background-color: #33490D; }
a { background-color: rgb(51,73,13); }
div.DivClassName
{
background-color: #33490D;
}
.BgClassName
{
background-color: #33490D;
}
</style>
border-color css
<style>
span { border-color: #33490D; }
span { border-color: rgb(51,73,13); }
td.TdClassName
{
border-color: #33490D;
}
.TagClassName
{
border-color: #33490D;
}
</style>