Shades of Turtle Green #33390A
Tints of Turtle Green #33390A
RGB
CMYK
RGB Variations
Color information
#33390A (or 0x33390A) is known color: Turtle Green. HEX triplet: 33, 39 and 0A. RGB value is (51,57,10). Sum of RGB (Red+Green+Blue) = 51+57+10=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #33390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33390A is #CCC6F5. Grayscale: #323232. Windows color (decimal): -13420278 or 670003. OLE color: 670003.
HSL color Cylindrical-coordinate representation of color #33390A: hue angle of 67.66º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33390A is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 57 | 10 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.78 |
| HSL | 67.66º | 0.7% | 0.13% | - |
| HSV(B) | 67.66º | 0.82% | 0.22% | - |
| XYZ | 2.88 | 3.65 | 0.84 | - |
| YUV | 49.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 10 | 0.11 | 0 | 0.82 | 0.78 | 67.66 | 0.7 | 0.13 |
| Hex | 33 | 39 | A | B | 0 | 52 | 4E | 44 | 46 | D |
| Octal | 63 | 71 | 12 | 13 | 0 | 122 | 116 | 104 | 106 | 15 |
| Binary | 110011 | 111001 | 1010 | 1011 | 0 | 1010010 | 1001110 | 1000100 | 1000110 | 1101 |
Color Harmonies of #33390A
Complementary color
Monochromatic Colors of #33390A
Black with #33390A
Text Example
Text Example
White with #33390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33390A; }
p { color: rgb(51,57,10); }
H1.HeaderClassName
{
color: #33390A;
}
.AnyTagClassName
{
color: #33390A;
}
</style>
background-color css
<style>
a { background-color: #33390A; }
a { background-color: rgb(51,57,10); }
div.DivClassName
{
background-color: #33390A;
}
.BgClassName
{
background-color: #33390A;
}
</style>
border-color css
<style>
span { border-color: #33390A; }
span { border-color: rgb(51,57,10); }
td.TdClassName
{
border-color: #33390A;
}
.TagClassName
{
border-color: #33390A;
}
</style>