#419129

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

Shades of La Palma #419129

Tints of La Palma #419129

Color information

#419129 (or 0x419129) is unknown color: approx La Palma. HEX triplet: 41, 91 and 29. RGB value is (65,145,41). Sum of RGB (Red+Green+Blue) = 65+145+41=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #419129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419129 is #BE6ED6. Grayscale: #6D6D6D. Windows color (decimal): -12480215 or 2724161. OLE color: 2724161.

HSL color Cylindrical-coordinate representation of color #419129: hue angle of 106.15º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #419129 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB6514541-
CMYK0.5500.720.43
HSL106.15º55.91%36.47%-
HSV(B)106.15º71.72%56.86%-
XYZ12.7121.535.58-
YUV109.2289.596.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 145 (57.03% from 255) = 57.77%
BLUE value IS 41 (16.41% from 255) = 16.33%
R=25.90%
G=57.77%
B=16.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145410.5500.720.43106.1555.9136.47
Hex419129370482B6a3824
Octal10122151670110531527044
Binary100000110010001101001110111010010001010111101010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419129; }

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

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

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

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

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

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

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

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