#40862B

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

Shades of La Palma #40862B

Tints of La Palma #40862B

Color information

#40862B (or 0x40862B) is unknown color: approx La Palma. HEX triplet: 40, 86 and 2B. RGB value is (64,134,43). Sum of RGB (Red+Green+Blue) = 64+134+43=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #40862B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40862B is #BF79D4. Grayscale: #666666. Windows color (decimal): -12548565 or 2852416. OLE color: 2852416.

HSL color Cylindrical-coordinate representation of color #40862B: hue angle of 106.15º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40862B is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB6413443-
CMYK0.5200.680.47
HSL106.15º51.41%34.71%-
HSV(B)106.15º67.91%52.55%-
XYZ11.0818.315.24-
YUV102.794.31100.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 134 (52.73% from 255) = 55.60%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=26.56%
G=55.60%
B=17.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64134430.5200.680.47106.1551.4134.71
Hex40862B340442F6a3323
Octal10020653640104571526343
Binary100000010000110101011110100010001001011111101010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40862B; }

 p { color: rgb(64,134,43); }

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

<style>
 a { background-color: #40862B; }

 a { background-color: rgb(64,134,43); }

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

<style>
 span { border-color: #40862B; }

 span { border-color: rgb(64,134,43); }

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