Shades of Turtle Green #333B0C
Tints of Turtle Green #333B0C
RGB
CMYK
RGB Variations
Color information
#333B0C (or 0x333B0C) is known color: Turtle Green. HEX triplet: 33, 3B and 0C. RGB value is (51,59,12). Sum of RGB (Red+Green+Blue) = 51+59+12=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 59 - color contains mainly: green. Hex color #333B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333B0C is #CCC4F3. Grayscale: #333333. Windows color (decimal): -13419764 or 801587. OLE color: 801587.
HSL color Cylindrical-coordinate representation of color #333B0C: hue angle of 70.21º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333B0C is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 59 | 12 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.77 |
| HSL | 70.21º | 0.66% | 0.14% | - |
| HSV(B) | 70.21º | 0.8% | 0.23% | - |
| XYZ | 3 | 3.86 | 0.93 | - |
| YUV | 51.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 12 | 0.14 | 0 | 0.80 | 0.77 | 70.21 | 0.66 | 0.14 |
| Hex | 33 | 3B | C | E | 0 | 50 | 4D | 46 | 42 | E |
| Octal | 63 | 73 | 14 | 16 | 0 | 120 | 115 | 106 | 102 | 16 |
| Binary | 110011 | 111011 | 1100 | 1110 | 0 | 1010000 | 1001101 | 1000110 | 1000010 | 1110 |
Color Harmonies of #333B0C
Complementary color
Monochromatic Colors of #333B0C
Black with #333B0C
Text Example
Text Example
White with #333B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B0C; }
p { color: rgb(51,59,12); }
H1.HeaderClassName
{
color: #333B0C;
}
.AnyTagClassName
{
color: #333B0C;
}
</style>
background-color css
<style>
a { background-color: #333B0C; }
a { background-color: rgb(51,59,12); }
div.DivClassName
{
background-color: #333B0C;
}
.BgClassName
{
background-color: #333B0C;
}
</style>
border-color css
<style>
span { border-color: #333B0C; }
span { border-color: rgb(51,59,12); }
td.TdClassName
{
border-color: #333B0C;
}
.TagClassName
{
border-color: #333B0C;
}
</style>