Shades of Turtle Green #33490B
Tints of Turtle Green #33490B
RGB
CMYK
RGB Variations
Color information
#33490B (or 0x33490B) is known color: Turtle Green. HEX triplet: 33, 49 and 0B. RGB value is (51,73,11). Sum of RGB (Red+Green+Blue) = 51+73+11=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #33490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33490B is #CCB6F4. Grayscale: #3B3B3B. Windows color (decimal): -13416181 or 739635. OLE color: 739635.
HSL color Cylindrical-coordinate representation of color #33490B: hue angle of 81.29º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33490B is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 11 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.71 |
| HSL | 81.29º | 0.74% | 0.16% | - |
| HSV(B) | 81.29º | 0.85% | 0.29% | - |
| XYZ | 3.81 | 5.49 | 1.18 | - |
| YUV | 59.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 11 | 0.30 | 0 | 0.85 | 0.71 | 81.29 | 0.74 | 0.16 |
| Hex | 33 | 49 | B | 1E | 0 | 55 | 47 | 51 | 4A | 10 |
| Octal | 63 | 111 | 13 | 36 | 0 | 125 | 107 | 121 | 112 | 20 |
| Binary | 110011 | 1001001 | 1011 | 11110 | 0 | 1010101 | 1000111 | 1010001 | 1001010 | 10000 |
Color Harmonies of #33490B
Complementary color
Monochromatic Colors of #33490B
Black with #33490B
Text Example
Text Example
White with #33490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33490B; }
p { color: rgb(51,73,11); }
H1.HeaderClassName
{
color: #33490B;
}
.AnyTagClassName
{
color: #33490B;
}
</style>
background-color css
<style>
a { background-color: #33490B; }
a { background-color: rgb(51,73,11); }
div.DivClassName
{
background-color: #33490B;
}
.BgClassName
{
background-color: #33490B;
}
</style>
border-color css
<style>
span { border-color: #33490B; }
span { border-color: rgb(51,73,11); }
td.TdClassName
{
border-color: #33490B;
}
.TagClassName
{
border-color: #33490B;
}
</style>