#419126

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

Shades of La Palma #419126

Tints of La Palma #419126

Color information

#419126 (or 0x419126) is unknown color: approx La Palma. HEX triplet: 41, 91 and 26. RGB value is (65,145,38). Sum of RGB (Red+Green+Blue) = 65+145+38=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 145 (57.03% from 255 or 58.47% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 145 - color contains mainly: green. Hex color #419126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419126 is #BE6ED9. Grayscale: #6D6D6D. Windows color (decimal): -12480218 or 2527553. OLE color: 2527553.

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

Color convert

RGB6514538-
CMYK0.5500.740.43
HSL104.86º58.47%35.88%-
HSV(B)104.86º73.79%56.86%-
XYZ12.6621.515.32-
YUV108.888896.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.21%
GREEN value IS 145 (57.03% from 255) = 58.47%
BLUE value IS 38 (15.23% from 255) = 15.32%
R=26.21%
G=58.47%
B=15.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145380.5500.740.43104.8658.4735.88
Hex4191263704A2B693a24
Octal10122146670112531517244
Binary100000110010001100110110111010010101010111101001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419126; }

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

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

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

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

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

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

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

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