Shades of La Palma #40902A
Tints of La Palma #40902A
RGB
CMYK
RGB Variations
Color information
#40902A (or 0x40902A) is known color: La Palma. HEX triplet: 40, 90 and 2A. RGB value is (64,144,42). Sum of RGB (Red+Green+Blue) = 64+144+42=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #40902A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40902A is #BF6FD5. Grayscale: #6C6C6C. Windows color (decimal): -12546006 or 2789440. OLE color: 2789440.
HSL color Cylindrical-coordinate representation of color #40902A: hue angle of 107.06º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40902A is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 42 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.44 |
| HSL | 107.06º | 0.55% | 0.36% | - |
| HSV(B) | 107.06º | 0.71% | 0.56% | - |
| XYZ | 12.51 | 21.2 | 5.62 | - |
| YUV | 108.45 | 90.5 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 42 | 0.56 | 0 | 0.71 | 0.44 | 107.06 | 0.55 | 0.36 |
| Hex | 40 | 90 | 2A | 38 | 0 | 47 | 2C | 6B | 37 | 24 |
| Octal | 100 | 220 | 52 | 70 | 0 | 107 | 54 | 153 | 67 | 44 |
| Binary | 1000000 | 10010000 | 101010 | 111000 | 0 | 1000111 | 101100 | 1101011 | 110111 | 100100 |
Color Harmonies of #40902A
Complementary color
Monochromatic Colors of #40902A
Black with #40902A
Text Example
Text Example
White with #40902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40902A; }
p { color: rgb(64,144,42); }
H1.HeaderClassName
{
color: #40902A;
}
.AnyTagClassName
{
color: #40902A;
}
</style>
background-color css
<style>
a { background-color: #40902A; }
a { background-color: rgb(64,144,42); }
div.DivClassName
{
background-color: #40902A;
}
.BgClassName
{
background-color: #40902A;
}
</style>
border-color css
<style>
span { border-color: #40902A; }
span { border-color: rgb(64,144,42); }
td.TdClassName
{
border-color: #40902A;
}
.TagClassName
{
border-color: #40902A;
}
</style>