#419100

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

Shades of La Palma #419100

Tints of La Palma #419100

Color information

#419100 (or 0x419100) is unknown color: approx La Palma. HEX triplet: 41, 91 and 00. RGB value is (65,145,0). Sum of RGB (Red+Green+Blue) = 65+145+0=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 145 (57.03% from 255 or 69.05% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 145 - color contains mainly: green. Hex color #419100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419100 is #BE6EFF. Grayscale: #696969. Windows color (decimal): -12480256 or 37185. OLE color: 37185.

HSL color Cylindrical-coordinate representation of color #419100: hue angle of 93.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #419100 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB651450-
CMYK0.55010.43
HSL93.1º100%28.43%-
HSV(B)93.1º100%56.86%-
XYZ12.3121.373.48-
YUV104.556999.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 145 (57.03% from 255) = 69.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.95%
G=69.05%
B=0%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6514500.55010.4393.110028.43
Hex41910370642B5d641c
Octal10122106701445313514434
Binary1000001100100010110111011001001010111011101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419100; }

 p { color: rgb(65,145,0); }

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

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

 a { background-color: rgb(65,145,0); }

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

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

 span { border-color: rgb(65,145,0); }

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