Shades of Turtle Green #333600
Tints of Turtle Green #333600
RGB
CMYK
RGB Variations
Color information
#333600 (or 0x333600) is known color: Turtle Green. HEX triplet: 33, 36 and 00. RGB value is (51,54,0). Sum of RGB (Red+Green+Blue) = 51+54+0=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #333600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333600 is #CCC9FF. Grayscale: #2F2F2F. Windows color (decimal): -13421056 or 13875. OLE color: 13875.
HSL color Cylindrical-coordinate representation of color #333600: hue angle of 63.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #333600 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 54 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.79 |
| HSL | 63.33º | 1% | 0.11% | - |
| HSV(B) | 63.33º | 1% | 0.21% | - |
| XYZ | 2.68 | 3.34 | 0.5 | - |
| YUV | 46.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 0 | 0.06 | 0 | 1 | 0.79 | 63.33 | 1 | 0.11 |
| Hex | 33 | 36 | 0 | 6 | 0 | 64 | 4F | 3F | 64 | B |
| Octal | 63 | 66 | 0 | 6 | 0 | 144 | 117 | 77 | 144 | 13 |
| Binary | 110011 | 110110 | 0 | 110 | 0 | 1100100 | 1001111 | 111111 | 1100100 | 1011 |
Color Harmonies of #333600
Complementary color
Monochromatic Colors of #333600
Black with #333600
Text Example
Text Example
White with #333600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333600; }
p { color: rgb(51,54,0); }
H1.HeaderClassName
{
color: #333600;
}
.AnyTagClassName
{
color: #333600;
}
</style>
background-color css
<style>
a { background-color: #333600; }
a { background-color: rgb(51,54,0); }
div.DivClassName
{
background-color: #333600;
}
.BgClassName
{
background-color: #333600;
}
</style>
border-color css
<style>
span { border-color: #333600; }
span { border-color: rgb(51,54,0); }
td.TdClassName
{
border-color: #333600;
}
.TagClassName
{
border-color: #333600;
}
</style>