#41912E

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

Shades of La Palma #41912E

Tints of La Palma #41912E

Color information

#41912E (or 0x41912E) is unknown color: approx La Palma. HEX triplet: 41, 91 and 2E. RGB value is (65,145,46). Sum of RGB (Red+Green+Blue) = 65+145+46=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #41912E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41912E is #BE6ED1. Grayscale: #6E6E6E. Windows color (decimal): -12480210 or 3051841. OLE color: 3051841.

HSL color Cylindrical-coordinate representation of color #41912E: hue angle of 108.48º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41912E is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB6514546-
CMYK0.5500.680.43
HSL108.48º51.83%37.45%-
HSV(B)108.48º68.28%56.86%-
XYZ12.821.576.07-
YUV109.799296.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 145 (57.03% from 255) = 56.64%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=25.39%
G=56.64%
B=17.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145460.5500.680.43108.4851.8337.45
Hex41912E370442B6c3425
Octal10122156670104531546445
Binary100000110010001101110110111010001001010111101100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41912E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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