#41962E

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

Shades of La Palma #41962E

Tints of La Palma #41962E

Color information

#41962E (or 0x41962E) is unknown color: approx La Palma. HEX triplet: 41, 96 and 2E. RGB value is (65,150,46). Sum of RGB (Red+Green+Blue) = 65+150+46=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #41962E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41962E is #BE69D1. Grayscale: #717171. Windows color (decimal): -12478930 or 3053121. OLE color: 3053121.

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

Color convert

RGB6515046-
CMYK0.5700.690.41
HSL109.04º53.06%38.43%-
HSV(B)109.04º69.33%58.82%-
XYZ13.5823.136.33-
YUV112.7390.3493.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 150 (58.98% from 255) = 57.47%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=24.90%
G=57.47%
B=17.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65150460.5700.690.41109.0453.0638.43
Hex41962E39045296d3526
Octal10122656710105511556546
Binary100000110010110101110111001010001011010011101101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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