#40963A

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

Shades of La Palma #40963A

Tints of La Palma #40963A

Color information

#40963A (or 0x40963A) is unknown color: approx La Palma. HEX triplet: 40, 96 and 3A. RGB value is (64,150,58). Sum of RGB (Red+Green+Blue) = 64+150+58=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #40963A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40963A is #BF69C5. Grayscale: #727272. Windows color (decimal): -12544454 or 3839552. OLE color: 3839552.

HSL color Cylindrical-coordinate representation of color #40963A: hue angle of 116.09º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40963A is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB6415058-
CMYK0.5700.610.41
HSL116.09º44.23%40.78%-
HSV(B)116.09º61.33%58.82%-
XYZ13.7823.217.76-
YUV113.896.5192.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 150 (58.98% from 255) = 55.15%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=23.53%
G=55.15%
B=21.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64150580.5700.610.41116.0944.2340.78
Hex40963A3903D29742c29
Octal1002267271075511645451
Binary10000001001011011101011100101111011010011110100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,150,58); }

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

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

 a { background-color: rgb(64,150,58); }

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

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

 span { border-color: rgb(64,150,58); }

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