#40991A

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

Shades of La Palma #40991A

Tints of La Palma #40991A

Color information

#40991A (or 0x40991A) is unknown color: approx La Palma. HEX triplet: 40, 99 and 1A. RGB value is (64,153,26). Sum of RGB (Red+Green+Blue) = 64+153+26=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 153 (60.16% from 255 or 62.96% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 153 - color contains mainly: green. Hex color #40991A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40991A is #BF66E5. Grayscale: #707070. Windows color (decimal): -12543718 or 1743168. OLE color: 1743168.

HSL color Cylindrical-coordinate representation of color #40991A: hue angle of 102.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40991A is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB6415326-
CMYK0.5800.830.4
HSL102.05º70.95%35.1%-
HSV(B)102.05º83.01%60%-
XYZ13.6923.954.88-
YUV111.9179.5193.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 153 (60.16% from 255) = 62.96%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=26.34%
G=62.96%
B=10.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64153260.5800.830.4102.0570.9535.1
Hex40991A3A05328664723
Octal100231327201235014610743
Binary100000010011001110101110100101001110100011001101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40991A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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