#419028

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

Shades of La Palma #419028

Tints of La Palma #419028

Color information

#419028 (or 0x419028) is unknown color: approx La Palma. HEX triplet: 41, 90 and 28. RGB value is (65,144,40). Sum of RGB (Red+Green+Blue) = 65+144+40=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #419028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419028 is #BE6FD7. Grayscale: #6C6C6C. Windows color (decimal): -12480472 or 2658369. OLE color: 2658369.

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

Color convert

RGB6514440-
CMYK0.5500.720.44
HSL105.58º56.52%36.08%-
HSV(B)105.58º72.22%56.47%-
XYZ12.5421.225.44-
YUV108.5289.3396.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 144 (56.64% from 255) = 57.83%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=26.10%
G=57.83%
B=16.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65144400.5500.720.44105.5856.5236.08
Hex419028370482C6a3924
Octal10122050670110541527144
Binary100000110010000101000110111010010001011001101010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419028; }

 p { color: rgb(65,144,40); }

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

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

 a { background-color: rgb(65,144,40); }

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

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

 span { border-color: rgb(65,144,40); }

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