Shades of Turtle Green #333A18
Tints of Turtle Green #333A18
RGB
CMYK
RGB Variations
Color information
#333A18 (or 0x333A18) is known color: Turtle Green. HEX triplet: 33, 3A and 18. RGB value is (51,58,24). Sum of RGB (Red+Green+Blue) = 51+58+24=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 58 - color contains mainly: green. Hex color #333A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333A18 is #CCC5E7. Grayscale: #343434. Windows color (decimal): -13420008 or 1587763. OLE color: 1587763.
HSL color Cylindrical-coordinate representation of color #333A18: hue angle of 72.35º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #333A18 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 58 | 24 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.77 |
| HSL | 72.35º | 0.41% | 0.16% | - |
| HSV(B) | 72.35º | 0.59% | 0.23% | - |
| XYZ | 3.04 | 3.8 | 1.44 | - |
| YUV | 52.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 24 | 0.12 | 0 | 0.59 | 0.77 | 72.35 | 0.41 | 0.16 |
| Hex | 33 | 3A | 18 | C | 0 | 3B | 4D | 48 | 29 | 10 |
| Octal | 63 | 72 | 30 | 14 | 0 | 73 | 115 | 110 | 51 | 20 |
| Binary | 110011 | 111010 | 11000 | 1100 | 0 | 111011 | 1001101 | 1001000 | 101001 | 10000 |
Color Harmonies of #333A18
Complementary color
Monochromatic Colors of #333A18
Black with #333A18
Text Example
Text Example
White with #333A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333A18; }
p { color: rgb(51,58,24); }
H1.HeaderClassName
{
color: #333A18;
}
.AnyTagClassName
{
color: #333A18;
}
</style>
background-color css
<style>
a { background-color: #333A18; }
a { background-color: rgb(51,58,24); }
div.DivClassName
{
background-color: #333A18;
}
.BgClassName
{
background-color: #333A18;
}
</style>
border-color css
<style>
span { border-color: #333A18; }
span { border-color: rgb(51,58,24); }
td.TdClassName
{
border-color: #333A18;
}
.TagClassName
{
border-color: #333A18;
}
</style>