#41951A

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

Shades of La Palma #41951A

Tints of La Palma #41951A

Color information

#41951A (or 0x41951A) is unknown color: approx La Palma. HEX triplet: 41, 95 and 1A. RGB value is (65,149,26). Sum of RGB (Red+Green+Blue) = 65+149+26=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #41951A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41951A is #BE6AE5. Grayscale: #6E6E6E. Windows color (decimal): -12479206 or 1742145. OLE color: 1742145.

HSL color Cylindrical-coordinate representation of color #41951A: hue angle of 100.98º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41951A is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB6514926-
CMYK0.5600.830.42
HSL100.98º70.29%34.31%-
HSV(B)100.98º82.55%58.43%-
XYZ13.1122.694.67-
YUV109.8680.6796-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 149 (58.59% from 255) = 62.08%
BLUE value IS 26 (10.55% from 255) = 10.83%
R=27.08%
G=62.08%
B=10.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65149260.5600.830.42100.9870.2934.31
Hex41951A380532A654622
Octal101225327001235214510642
Binary100000110010101110101110000101001110101011001011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41951A; }

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

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

<style>
 a { background-color: #41951A; }

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

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

<style>
 span { border-color: #41951A; }

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

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