Shades of Turtle Green #333A13
Tints of Turtle Green #333A13
RGB
CMYK
RGB Variations
Color information
#333A13 (or 0x333A13) is known color: Turtle Green. HEX triplet: 33, 3A and 13. RGB value is (51,58,19). Sum of RGB (Red+Green+Blue) = 51+58+19=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 58 - color contains mainly: green. Hex color #333A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333A13 is #CCC5EC. Grayscale: #333333. Windows color (decimal): -13420013 or 1260083. OLE color: 1260083.
HSL color Cylindrical-coordinate representation of color #333A13: hue angle of 70.77º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333A13 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 58 | 19 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.77 |
| HSL | 70.77º | 0.51% | 0.15% | - |
| HSV(B) | 70.77º | 0.67% | 0.23% | - |
| XYZ | 3 | 3.78 | 1.19 | - |
| YUV | 51.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 19 | 0.12 | 0 | 0.67 | 0.77 | 70.77 | 0.51 | 0.15 |
| Hex | 33 | 3A | 13 | C | 0 | 43 | 4D | 47 | 33 | F |
| Octal | 63 | 72 | 23 | 14 | 0 | 103 | 115 | 107 | 63 | 17 |
| Binary | 110011 | 111010 | 10011 | 1100 | 0 | 1000011 | 1001101 | 1000111 | 110011 | 1111 |
Color Harmonies of #333A13
Complementary color
Monochromatic Colors of #333A13
Black with #333A13
Text Example
Text Example
White with #333A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333A13; }
p { color: rgb(51,58,19); }
H1.HeaderClassName
{
color: #333A13;
}
.AnyTagClassName
{
color: #333A13;
}
</style>
background-color css
<style>
a { background-color: #333A13; }
a { background-color: rgb(51,58,19); }
div.DivClassName
{
background-color: #333A13;
}
.BgClassName
{
background-color: #333A13;
}
</style>
border-color css
<style>
span { border-color: #333A13; }
span { border-color: rgb(51,58,19); }
td.TdClassName
{
border-color: #333A13;
}
.TagClassName
{
border-color: #333A13;
}
</style>