#40881F

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

Shades of La Palma #40881F

Tints of La Palma #40881F

Color information

#40881F (or 0x40881F) is unknown color: approx La Palma. HEX triplet: 40, 88 and 1F. RGB value is (64,136,31). Sum of RGB (Red+Green+Blue) = 64+136+31=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #40881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40881F is #BF77E0. Grayscale: #666666. Windows color (decimal): -12548065 or 2066496. OLE color: 2066496.

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

Color convert

RGB6413631-
CMYK0.5300.770.47
HSL101.14º62.87%32.75%-
HSV(B)101.14º77.21%53.33%-
XYZ11.1718.84.34-
YUV102.587.65100.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 136 (53.52% from 255) = 58.87%
BLUE value IS 31 (12.5% from 255) = 13.42%
R=27.71%
G=58.87%
B=13.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64136310.5300.770.47101.1462.8732.75
Hex40881F3504D2F653f21
Octal10021037650115571457741
Binary10000001000100011111110101010011011011111100101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40881F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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