Shades of Turtle Green #33390D
Tints of Turtle Green #33390D
RGB
CMYK
RGB Variations
Color information
#33390D (or 0x33390D) is known color: Turtle Green. HEX triplet: 33, 39 and 0D. RGB value is (51,57,13). Sum of RGB (Red+Green+Blue) = 51+57+13=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #33390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33390D is #CCC6F2. Grayscale: #323232. Windows color (decimal): -13420275 or 866611. OLE color: 866611.
HSL color Cylindrical-coordinate representation of color #33390D: hue angle of 68.18º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33390D is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 57 | 13 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.78 |
| HSL | 68.18º | 0.63% | 0.14% | - |
| HSV(B) | 68.18º | 0.77% | 0.22% | - |
| XYZ | 2.9 | 3.66 | 0.93 | - |
| YUV | 50.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 13 | 0.11 | 0 | 0.77 | 0.78 | 68.18 | 0.63 | 0.14 |
| Hex | 33 | 39 | D | B | 0 | 4D | 4E | 44 | 3F | E |
| Octal | 63 | 71 | 15 | 13 | 0 | 115 | 116 | 104 | 77 | 16 |
| Binary | 110011 | 111001 | 1101 | 1011 | 0 | 1001101 | 1001110 | 1000100 | 111111 | 1110 |
Color Harmonies of #33390D
Complementary color
Monochromatic Colors of #33390D
Black with #33390D
Text Example
Text Example
White with #33390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33390D; }
p { color: rgb(51,57,13); }
H1.HeaderClassName
{
color: #33390D;
}
.AnyTagClassName
{
color: #33390D;
}
</style>
background-color css
<style>
a { background-color: #33390D; }
a { background-color: rgb(51,57,13); }
div.DivClassName
{
background-color: #33390D;
}
.BgClassName
{
background-color: #33390D;
}
</style>
border-color css
<style>
span { border-color: #33390D; }
span { border-color: rgb(51,57,13); }
td.TdClassName
{
border-color: #33390D;
}
.TagClassName
{
border-color: #33390D;
}
</style>