#40951A

Color #40951A La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #40951A

Tints of La Palma #40951A

Color information

#40951A (or 0x40951A) is unknown color: approx La Palma. HEX triplet: 40, 95 and 1A. RGB value is (64,149,26). Sum of RGB (Red+Green+Blue) = 64+149+26=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #40951A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40951A is #BF6AE5. Grayscale: #6D6D6D. Windows color (decimal): -12544742 or 1742144. OLE color: 1742144.

HSL color Cylindrical-coordinate representation of color #40951A: hue angle of 101.46º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40951A is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB6414926-
CMYK0.5700.830.42
HSL101.46º70.29%34.31%-
HSV(B)101.46º82.55%58.43%-
XYZ13.0522.664.66-
YUV109.5680.8495.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 149 (58.59% from 255) = 62.34%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=26.78%
G=62.34%
B=10.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64149260.5700.830.42101.4670.2934.31
Hex40951A390532A654622
Octal100225327101235214510642
Binary100000010010101110101110010101001110101011001011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40951A; }

 p { color: rgb(64,149,26); }

 H1.HeaderClassName
 {
   color: #40951A;
 }
 .AnyTagClassName
 {
   color: #40951A;
 }
</style>
background-color css

<style>
 a { background-color: #40951A; }

 a { background-color: rgb(64,149,26); }

 div.DivClassName
 {
   background-color: #40951A;
 }
 .BgClassName
 {
   background-color: #40951A;
 }
</style>
border-color css

<style>
 span { border-color: #40951A; }

 span { border-color: rgb(64,149,26); }

 td.TdClassName
 {
   border-color: #40951A;
 }
 .TagClassName
 {
   border-color: #40951A;
 }
</style>