#419015

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

Shades of La Palma #419015

Tints of La Palma #419015

Color information

#419015 (or 0x419015) is unknown color: approx La Palma. HEX triplet: 41, 90 and 15. RGB value is (65,144,21). Sum of RGB (Red+Green+Blue) = 65+144+21=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 144 (56.64% from 255 or 62.61% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 144 - color contains mainly: green. Hex color #419015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419015 is #BE6FEA. Grayscale: #6A6A6A. Windows color (decimal): -12480491 or 1413185. OLE color: 1413185.

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

Color convert

RGB6514421-
CMYK0.5500.850.44
HSL98.54º74.55%32.35%-
HSV(B)98.54º85.42%56.47%-
XYZ12.2921.124.14-
YUV106.3679.8398.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 144 (56.64% from 255) = 62.61%
BLUE value IS 21 (8.59% from 255) = 9.13%
R=28.26%
G=62.61%
B=9.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65144210.5500.850.4498.5474.5532.35
Hex419015370552C634b20
Octal101220256701255414311340
Binary100000110010000101011101110101010110110011000111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419015; }

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

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

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

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

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

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

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

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