Shades of Turtle Green #333B1A
Tints of Turtle Green #333B1A
RGB
CMYK
RGB Variations
Color information
#333B1A (or 0x333B1A) is known color: Turtle Green. HEX triplet: 33, 3B and 1A. RGB value is (51,59,26). Sum of RGB (Red+Green+Blue) = 51+59+26=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 59 - color contains mainly: green. Hex color #333B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B1A is #CCC4E5. Grayscale: #343434. Windows color (decimal): -13419750 or 1719091. OLE color: 1719091.
HSL color Cylindrical-coordinate representation of color #333B1A: hue angle of 74.55º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333B1A is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 59 | 26 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.77 |
| HSL | 74.55º | 0.39% | 0.17% | - |
| HSV(B) | 74.55º | 0.56% | 0.23% | - |
| XYZ | 3.12 | 3.91 | 1.57 | - |
| YUV | 52.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 26 | 0.14 | 0 | 0.56 | 0.77 | 74.55 | 0.39 | 0.17 |
| Hex | 33 | 3B | 1A | E | 0 | 38 | 4D | 4B | 27 | 11 |
| Octal | 63 | 73 | 32 | 16 | 0 | 70 | 115 | 113 | 47 | 21 |
| Binary | 110011 | 111011 | 11010 | 1110 | 0 | 111000 | 1001101 | 1001011 | 100111 | 10001 |
Color Harmonies of #333B1A
Complementary color
Monochromatic Colors of #333B1A
Black with #333B1A
Text Example
Text Example
White with #333B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B1A; }
p { color: rgb(51,59,26); }
H1.HeaderClassName
{
color: #333B1A;
}
.AnyTagClassName
{
color: #333B1A;
}
</style>
background-color css
<style>
a { background-color: #333B1A; }
a { background-color: rgb(51,59,26); }
div.DivClassName
{
background-color: #333B1A;
}
.BgClassName
{
background-color: #333B1A;
}
</style>
border-color css
<style>
span { border-color: #333B1A; }
span { border-color: rgb(51,59,26); }
td.TdClassName
{
border-color: #333B1A;
}
.TagClassName
{
border-color: #333B1A;
}
</style>