#419003

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

Shades of La Palma #419003

Tints of La Palma #419003

Color information

#419003 (or 0x419003) is unknown color: approx La Palma. HEX triplet: 41, 90 and 03. RGB value is (65,144,3). Sum of RGB (Red+Green+Blue) = 65+144+3=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 144 (56.64% from 255 or 67.92% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 144 - color contains mainly: green. Hex color #419003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419003 is #BE6FFC. Grayscale: #686868. Windows color (decimal): -12480509 or 233537. OLE color: 233537.

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

Color convert

RGB651443-
CMYK0.5500.980.44
HSL93.62º95.92%28.82%-
HSV(B)93.62º97.92%56.47%-
XYZ12.1721.083.51-
YUV104.370.8399.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 144 (56.64% from 255) = 67.92%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=30.66%
G=67.92%
B=1.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6514430.5500.980.4493.6295.9228.82
Hex41903370622C5e601d
Octal10122036701425413614035
Binary10000011001000011110111011000101011001011110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419003; }

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

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

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

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

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

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

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

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