#419932

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

Shades of La Palma #419932

Tints of La Palma #419932

Color information

#419932 (or 0x419932) is unknown color: approx La Palma. HEX triplet: 41, 99 and 32. RGB value is (65,153,50). Sum of RGB (Red+Green+Blue) = 65+153+50=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #419932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419932 is #BE66CD. Grayscale: #737373. Windows color (decimal): -12478158 or 3316033. OLE color: 3316033.

HSL color Cylindrical-coordinate representation of color #419932: hue angle of 111.26º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #419932 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB6515350-
CMYK0.5800.670.4
HSL111.26º50.74%39.8%-
HSV(B)111.26º67.32%60%-
XYZ14.1524.146.93-
YUV114.9591.3592.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 153 (60.16% from 255) = 57.09%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=24.25%
G=57.09%
B=18.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153500.5800.670.4111.2650.7439.8
Hex4199323A043286f3328
Octal10123162720103501576350
Binary100000110011001110010111010010000111010001101111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419932; }

 p { color: rgb(65,153,50); }

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

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

 a { background-color: rgb(65,153,50); }

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

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

 span { border-color: rgb(65,153,50); }

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