#40882F

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

Shades of La Palma #40882F

Tints of La Palma #40882F

Color information

#40882F (or 0x40882F) is unknown color: approx La Palma. HEX triplet: 40, 88 and 2F. RGB value is (64,136,47). Sum of RGB (Red+Green+Blue) = 64+136+47=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #40882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40882F is #BF77D0. Grayscale: #686868. Windows color (decimal): -12548049 or 3115072. OLE color: 3115072.

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

Color convert

RGB6413647-
CMYK0.5300.650.47
HSL108.54º48.63%35.88%-
HSV(B)108.54º65.44%53.33%-
XYZ11.4318.95.74-
YUV104.3395.6599.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 136 (53.52% from 255) = 55.06%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=25.91%
G=55.06%
B=19.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64136470.5300.650.47108.5448.6335.88
Hex40882F350412F6d3124
Octal10021057650101571556144
Binary100000010001000101111110101010000011011111101101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40882F; }

 p { color: rgb(64,136,47); }

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

<style>
 a { background-color: #40882F; }

 a { background-color: rgb(64,136,47); }

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

<style>
 span { border-color: #40882F; }

 span { border-color: rgb(64,136,47); }

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