#40872E

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

Shades of La Palma #40872E

Tints of La Palma #40872E

Color information

#40872E (or 0x40872E) is unknown color: approx La Palma. HEX triplet: 40, 87 and 2E. RGB value is (64,135,46). Sum of RGB (Red+Green+Blue) = 64+135+46=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #40872E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40872E is #BF78D1. Grayscale: #676767. Windows color (decimal): -12548306 or 3049280. OLE color: 3049280.

HSL color Cylindrical-coordinate representation of color #40872E: hue angle of 107.87º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40872E is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB6413546-
CMYK0.5300.660.47
HSL107.87º49.17%35.49%-
HSV(B)107.87º65.93%52.94%-
XYZ11.2718.625.58-
YUV103.6295.4899.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=26.12%
G=55.10%
B=18.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135460.5300.660.47107.8749.1735.49
Hex40872E350422F6c3123
Octal10020756650102571546143
Binary100000010000111101110110101010000101011111101100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40872E; }

 p { color: rgb(64,135,46); }

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

<style>
 a { background-color: #40872E; }

 a { background-color: rgb(64,135,46); }

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

<style>
 span { border-color: #40872E; }

 span { border-color: rgb(64,135,46); }

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