#40952F

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

Shades of La Palma #40952F

Tints of La Palma #40952F

Color information

#40952F (or 0x40952F) is unknown color: approx La Palma. HEX triplet: 40, 95 and 2F. RGB value is (64,149,47). Sum of RGB (Red+Green+Blue) = 64+149+47=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #40952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40952F is #BF6AD0. Grayscale: #707070. Windows color (decimal): -12544721 or 3118400. OLE color: 3118400.

HSL color Cylindrical-coordinate representation of color #40952F: hue angle of 110º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40952F is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB6414947-
CMYK0.5700.680.42
HSL110º52.04%38.43%-
HSV(B)110º68.46%58.43%-
XYZ13.3722.796.38-
YUV111.9691.3493.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 149 (58.59% from 255) = 57.31%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=24.62%
G=57.31%
B=18.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64149470.5700.680.4211052.0438.43
Hex40952F390442A6e3426
Octal10022557710104521566446
Binary100000010010101101111111001010001001010101101110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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