#41952E

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

Shades of La Palma #41952E

Tints of La Palma #41952E

Color information

#41952E (or 0x41952E) is unknown color: approx La Palma. HEX triplet: 41, 95 and 2E. RGB value is (65,149,46). Sum of RGB (Red+Green+Blue) = 65+149+46=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #41952E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41952E is #BE6AD1. Grayscale: #707070. Windows color (decimal): -12479186 or 3052865. OLE color: 3052865.

HSL color Cylindrical-coordinate representation of color #41952E: hue angle of 108.93º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41952E is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB6514946-
CMYK0.5600.690.42
HSL108.93º52.82%38.24%-
HSV(B)108.93º69.13%58.43%-
XYZ13.4222.826.28-
YUV112.1490.6794.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 149 (58.59% from 255) = 57.31%
BLUE value IS 46 (18.36% from 255) = 17.69%
R=25%
G=57.31%
B=17.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65149460.5600.690.42108.9352.8238.24
Hex41952E380452A6d3526
Octal10122556700105521556546
Binary100000110010101101110111000010001011010101101101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41952E; }

 p { color: rgb(65,149,46); }

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

<style>
 a { background-color: #41952E; }

 a { background-color: rgb(65,149,46); }

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

<style>
 span { border-color: #41952E; }

 span { border-color: rgb(65,149,46); }

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