#419506

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

Shades of La Palma #419506

Tints of La Palma #419506

Color information

#419506 (or 0x419506) is unknown color: approx La Palma. HEX triplet: 41, 95 and 06. RGB value is (65,149,6). Sum of RGB (Red+Green+Blue) = 65+149+6=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #419506 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419506 is #BE6AF9. Grayscale: #6C6C6C. Windows color (decimal): -12479226 or 431425. OLE color: 431425.

HSL color Cylindrical-coordinate representation of color #419506: hue angle of 95.24º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #419506 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB651496-
CMYK0.5600.960.42
HSL95.24º92.26%30.39%-
HSV(B)95.24º95.97%58.43%-
XYZ12.9622.633.86-
YUV107.5870.6797.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 149 (58.59% from 255) = 67.73%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=29.55%
G=67.73%
B=2.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6514960.5600.960.4295.2492.2630.39
Hex41956380602A5f5c1e
Octal10122567001405213713436
Binary100000110010101110111000011000001010101011111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419506; }

 p { color: rgb(65,149,6); }

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

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

 a { background-color: rgb(65,149,6); }

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

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

 span { border-color: rgb(65,149,6); }

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