#419002

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

Shades of La Palma #419002

Tints of La Palma #419002

Color information

#419002 (or 0x419002) is unknown color: approx La Palma. HEX triplet: 41, 90 and 02. RGB value is (65,144,2). Sum of RGB (Red+Green+Blue) = 65+144+2=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 144 (56.64% from 255 or 68.25% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 144 - color contains mainly: green. Hex color #419002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419002 is #BE6FFD. Grayscale: #686868. Windows color (decimal): -12480510 or 168001. OLE color: 168001.

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

Color convert

RGB651442-
CMYK0.5500.990.44
HSL93.38º97.26%28.63%-
HSV(B)93.38º98.61%56.47%-
XYZ12.1621.073.48-
YUV104.1970.33100.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 144 (56.64% from 255) = 68.25%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=30.81%
G=68.25%
B=0.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6514420.5500.990.4493.3897.2628.63
Hex41902370632C5d611d
Octal10122026701435413514135
Binary10000011001000010110111011000111011001011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419002; }

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

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

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

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

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

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

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

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