#41963B

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

Shades of La Palma #41963B

Tints of La Palma #41963B

Color information

#41963B (or 0x41963B) is unknown color: approx La Palma. HEX triplet: 41, 96 and 3B. RGB value is (65,150,59). Sum of RGB (Red+Green+Blue) = 65+150+59=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #41963B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41963B is #BE69C4. Grayscale: #727272. Windows color (decimal): -12478917 or 3905089. OLE color: 3905089.

HSL color Cylindrical-coordinate representation of color #41963B: hue angle of 116.04º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41963B is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB6515059-
CMYK0.5700.610.41
HSL116.04º43.54%40.98%-
HSV(B)116.04º60.67%58.82%-
XYZ13.8823.257.89-
YUV114.2196.8492.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.72%
GREEN value IS 150 (58.98% from 255) = 54.74%
BLUE value IS 59 (23.44% from 255) = 21.53%
R=23.72%
G=54.74%
B=21.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65150590.5700.610.41116.0443.5440.98
Hex41963B3903D29742c29
Octal1012267371075511645451
Binary10000011001011011101111100101111011010011110100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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