Shades of La Palma #339404
Tints of La Palma #339404
RGB
CMYK
RGB Variations
Color information
#339404 (or 0x339404) is known color: La Palma. HEX triplet: 33, 94 and 04. RGB value is (51,148,4). Sum of RGB (Red+Green+Blue) = 51+148+4=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 148 (58.20% from 255 or 72.91% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 148 - color contains mainly: green. Hex color #339404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #339404 is #CC6BFB. Grayscale: #676767. Windows color (decimal): -13396988 or 300083. OLE color: 300083.
HSL color Cylindrical-coordinate representation of color #339404: hue angle of 100.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #339404 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 148 | 4 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.42 |
| HSL | 100.42º | 0.95% | 0.3% | - |
| HSV(B) | 100.42º | 0.97% | 0.58% | - |
| XYZ | 11.98 | 21.89 | 3.71 | - |
| YUV | 102.58 | 72.36 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 4 | 0.66 | 0 | 0.97 | 0.42 | 100.42 | 0.95 | 0.3 |
| Hex | 33 | 94 | 4 | 42 | 0 | 61 | 2A | 64 | 5F | 1E |
| Octal | 63 | 224 | 4 | 102 | 0 | 141 | 52 | 144 | 137 | 36 |
| Binary | 110011 | 10010100 | 100 | 1000010 | 0 | 1100001 | 101010 | 1100100 | 1011111 | 11110 |
Color Harmonies of #339404
Complementary color
Monochromatic Colors of #339404
Black with #339404
Text Example
Text Example
White with #339404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339404; }
p { color: rgb(51,148,4); }
H1.HeaderClassName
{
color: #339404;
}
.AnyTagClassName
{
color: #339404;
}
</style>
background-color css
<style>
a { background-color: #339404; }
a { background-color: rgb(51,148,4); }
div.DivClassName
{
background-color: #339404;
}
.BgClassName
{
background-color: #339404;
}
</style>
border-color css
<style>
span { border-color: #339404; }
span { border-color: rgb(51,148,4); }
td.TdClassName
{
border-color: #339404;
}
.TagClassName
{
border-color: #339404;
}
</style>