Shades of Turtle Green #33490F
Tints of Turtle Green #33490F
RGB
CMYK
RGB Variations
Color information
#33490F (or 0x33490F) is known color: Turtle Green. HEX triplet: 33, 49 and 0F. RGB value is (51,73,15). Sum of RGB (Red+Green+Blue) = 51+73+15=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #33490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33490F is #CCB6F0. Grayscale: #3C3C3C. Windows color (decimal): -13416177 or 1001779. OLE color: 1001779.
HSL color Cylindrical-coordinate representation of color #33490F: hue angle of 82.76º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33490F is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 15 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.71 |
| HSL | 82.76º | 0.66% | 0.17% | - |
| HSV(B) | 82.76º | 0.79% | 0.29% | - |
| XYZ | 3.83 | 5.5 | 1.31 | - |
| YUV | 59.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 15 | 0.30 | 0 | 0.79 | 0.71 | 82.76 | 0.66 | 0.17 |
| Hex | 33 | 49 | F | 1E | 0 | 4F | 47 | 53 | 42 | 11 |
| Octal | 63 | 111 | 17 | 36 | 0 | 117 | 107 | 123 | 102 | 21 |
| Binary | 110011 | 1001001 | 1111 | 11110 | 0 | 1001111 | 1000111 | 1010011 | 1000010 | 10001 |
Color Harmonies of #33490F
Complementary color
Monochromatic Colors of #33490F
Black with #33490F
Text Example
Text Example
White with #33490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33490F; }
p { color: rgb(51,73,15); }
H1.HeaderClassName
{
color: #33490F;
}
.AnyTagClassName
{
color: #33490F;
}
</style>
background-color css
<style>
a { background-color: #33490F; }
a { background-color: rgb(51,73,15); }
div.DivClassName
{
background-color: #33490F;
}
.BgClassName
{
background-color: #33490F;
}
</style>
border-color css
<style>
span { border-color: #33490F; }
span { border-color: rgb(51,73,15); }
td.TdClassName
{
border-color: #33490F;
}
.TagClassName
{
border-color: #33490F;
}
</style>