Shades of Turtle Green #33390E
Tints of Turtle Green #33390E
RGB
CMYK
RGB Variations
Color information
#33390E (or 0x33390E) is known color: Turtle Green. HEX triplet: 33, 39 and 0E. RGB value is (51,57,14). Sum of RGB (Red+Green+Blue) = 51+57+14=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #33390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33390E is #CCC6F1. Grayscale: #323232. Windows color (decimal): -13420274 or 932147. OLE color: 932147.
HSL color Cylindrical-coordinate representation of color #33390E: hue angle of 68.37º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33390E is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 57 | 14 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.78 |
| HSL | 68.37º | 0.61% | 0.14% | - |
| HSV(B) | 68.37º | 0.75% | 0.22% | - |
| XYZ | 2.91 | 3.66 | 0.97 | - |
| YUV | 50.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 14 | 0.11 | 0 | 0.75 | 0.78 | 68.37 | 0.61 | 0.14 |
| Hex | 33 | 39 | E | B | 0 | 4B | 4E | 44 | 3D | E |
| Octal | 63 | 71 | 16 | 13 | 0 | 113 | 116 | 104 | 75 | 16 |
| Binary | 110011 | 111001 | 1110 | 1011 | 0 | 1001011 | 1001110 | 1000100 | 111101 | 1110 |
Color Harmonies of #33390E
Complementary color
Monochromatic Colors of #33390E
Black with #33390E
Text Example
Text Example
White with #33390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33390E; }
p { color: rgb(51,57,14); }
H1.HeaderClassName
{
color: #33390E;
}
.AnyTagClassName
{
color: #33390E;
}
</style>
background-color css
<style>
a { background-color: #33390E; }
a { background-color: rgb(51,57,14); }
div.DivClassName
{
background-color: #33390E;
}
.BgClassName
{
background-color: #33390E;
}
</style>
border-color css
<style>
span { border-color: #33390E; }
span { border-color: rgb(51,57,14); }
td.TdClassName
{
border-color: #33390E;
}
.TagClassName
{
border-color: #33390E;
}
</style>