#40871F

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

Shades of La Palma #40871F

Tints of La Palma #40871F

Color information

#40871F (or 0x40871F) is unknown color: approx La Palma. HEX triplet: 40, 87 and 1F. RGB value is (64,135,31). Sum of RGB (Red+Green+Blue) = 64+135+31=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #40871F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40871F is #BF78E0. Grayscale: #666666. Windows color (decimal): -12548321 or 2066240. OLE color: 2066240.

HSL color Cylindrical-coordinate representation of color #40871F: hue angle of 100.96º 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 #40871F is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB6413531-
CMYK0.5300.770.47
HSL100.96º62.65%32.55%-
HSV(B)100.96º77.04%52.94%-
XYZ11.0318.524.29-
YUV101.9287.98100.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 135 (53.12% from 255) = 58.70%
BLUE value IS 31 (12.5% from 255) = 13.48%
R=27.83%
G=58.70%
B=13.48%

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
Decimal64135310.5300.770.47100.9662.6532.55
Hex40871F3504D2F653f21
Octal10020737650115571457741
Binary10000001000011111111110101010011011011111100101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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