#419319

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

Shades of La Palma #419319

Tints of La Palma #419319

Color information

#419319 (or 0x419319) is unknown color: approx La Palma. HEX triplet: 41, 93 and 19. RGB value is (65,147,25). Sum of RGB (Red+Green+Blue) = 65+147+25=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 147 (57.81% from 255 or 62.03% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 147 - color contains mainly: green. Hex color #419319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419319 is #BE6CE6. Grayscale: #6C6C6C. Windows color (decimal): -12479719 or 1676097. OLE color: 1676097.

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

Color convert

RGB6514725-
CMYK0.5600.830.42
HSL100.33º70.93%33.73%-
HSV(B)100.33º82.99%57.65%-
XYZ12.7922.064.5-
YUV108.5780.8396.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 147 (57.81% from 255) = 62.03%
BLUE value IS 25 (10.16% from 255) = 10.55%
R=27.43%
G=62.03%
B=10.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65147250.5600.830.42100.3370.9333.73
Hex419319380532A644722
Octal101223317001235214410742
Binary100000110010011110011110000101001110101011001001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419319; }

 p { color: rgb(65,147,25); }

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

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

 a { background-color: rgb(65,147,25); }

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

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

 span { border-color: rgb(65,147,25); }

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