Shades of Turtle Green #333B14
Tints of Turtle Green #333B14
RGB
CMYK
RGB Variations
Color information
#333B14 (or 0x333B14) is known color: Turtle Green. HEX triplet: 33, 3B and 14. RGB value is (51,59,20). Sum of RGB (Red+Green+Blue) = 51+59+20=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 59 - color contains mainly: green. Hex color #333B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333B14 is #CCC4EB. Grayscale: #343434. Windows color (decimal): -13419756 or 1325875. OLE color: 1325875.
HSL color Cylindrical-coordinate representation of color #333B14: hue angle of 72.31º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333B14 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 59 | 20 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.77 |
| HSL | 72.31º | 0.49% | 0.15% | - |
| HSV(B) | 72.31º | 0.66% | 0.23% | - |
| XYZ | 3.06 | 3.88 | 1.25 | - |
| YUV | 52.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 20 | 0.14 | 0 | 0.66 | 0.77 | 72.31 | 0.49 | 0.15 |
| Hex | 33 | 3B | 14 | E | 0 | 42 | 4D | 48 | 31 | F |
| Octal | 63 | 73 | 24 | 16 | 0 | 102 | 115 | 110 | 61 | 17 |
| Binary | 110011 | 111011 | 10100 | 1110 | 0 | 1000010 | 1001101 | 1001000 | 110001 | 1111 |
Color Harmonies of #333B14
Complementary color
Monochromatic Colors of #333B14
Black with #333B14
Text Example
Text Example
White with #333B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B14; }
p { color: rgb(51,59,20); }
H1.HeaderClassName
{
color: #333B14;
}
.AnyTagClassName
{
color: #333B14;
}
</style>
background-color css
<style>
a { background-color: #333B14; }
a { background-color: rgb(51,59,20); }
div.DivClassName
{
background-color: #333B14;
}
.BgClassName
{
background-color: #333B14;
}
</style>
border-color css
<style>
span { border-color: #333B14; }
span { border-color: rgb(51,59,20); }
td.TdClassName
{
border-color: #333B14;
}
.TagClassName
{
border-color: #333B14;
}
</style>