Shades of La Palma #338C22
Tints of La Palma #338C22
RGB
CMYK
RGB Variations
Color information
#338C22 (or 0x338C22) is known color: La Palma. HEX triplet: 33, 8C and 22. RGB value is (51,140,34). Sum of RGB (Red+Green+Blue) = 51+140+34=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #338C22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338C22 is #CC73DD. Grayscale: #656565. Windows color (decimal): -13399006 or 2264115. OLE color: 2264115.
HSL color Cylindrical-coordinate representation of color #338C22: hue angle of 110.38º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #338C22 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 140 | 34 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.45 |
| HSL | 110.38º | 0.61% | 0.34% | - |
| HSV(B) | 110.38º | 0.76% | 0.55% | - |
| XYZ | 11.03 | 19.58 | 4.71 | - |
| YUV | 101.31 | 90.01 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 34 | 0.64 | 0 | 0.76 | 0.45 | 110.38 | 0.61 | 0.34 |
| Hex | 33 | 8C | 22 | 40 | 0 | 4C | 2D | 6E | 3D | 22 |
| Octal | 63 | 214 | 42 | 100 | 0 | 114 | 55 | 156 | 75 | 42 |
| Binary | 110011 | 10001100 | 100010 | 1000000 | 0 | 1001100 | 101101 | 1101110 | 111101 | 100010 |
Color Harmonies of #338C22
Complementary color
Monochromatic Colors of #338C22
Black with #338C22
Text Example
Text Example
White with #338C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338C22; }
p { color: rgb(51,140,34); }
H1.HeaderClassName
{
color: #338C22;
}
.AnyTagClassName
{
color: #338C22;
}
</style>
background-color css
<style>
a { background-color: #338C22; }
a { background-color: rgb(51,140,34); }
div.DivClassName
{
background-color: #338C22;
}
.BgClassName
{
background-color: #338C22;
}
</style>
border-color css
<style>
span { border-color: #338C22; }
span { border-color: rgb(51,140,34); }
td.TdClassName
{
border-color: #338C22;
}
.TagClassName
{
border-color: #338C22;
}
</style>