#40952B

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

Shades of La Palma #40952B

Tints of La Palma #40952B

Color information

#40952B (or 0x40952B) is unknown color: approx La Palma. HEX triplet: 40, 95 and 2B. RGB value is (64,149,43). Sum of RGB (Red+Green+Blue) = 64+149+43=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #40952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40952B is #BF6AD4. Grayscale: #6F6F6F. Windows color (decimal): -12544725 or 2856256. OLE color: 2856256.

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

Color convert

RGB6414943-
CMYK0.5700.710.42
HSL108.11º55.21%37.65%-
HSV(B)108.11º71.14%58.43%-
XYZ13.322.765.98-
YUV111.589.3494.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 149 (58.59% from 255) = 58.20%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=25%
G=58.20%
B=16.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64149430.5700.710.42108.1155.2137.65
Hex40952B390472A6c3726
Octal10022553710107521546746
Binary100000010010101101011111001010001111010101101100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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