#419512

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

Shades of La Palma #419512

Tints of La Palma #419512

Color information

#419512 (or 0x419512) is unknown color: approx La Palma. HEX triplet: 41, 95 and 12. RGB value is (65,149,18). Sum of RGB (Red+Green+Blue) = 65+149+18=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #419512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419512 is #BE6AED. Grayscale: #6D6D6D. Windows color (decimal): -12479214 or 1217857. OLE color: 1217857.

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

Color convert

RGB6514918-
CMYK0.5600.880.42
HSL98.47º78.44%32.75%-
HSV(B)98.47º87.92%58.43%-
XYZ13.0422.664.26-
YUV108.9576.6796.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 149 (58.59% from 255) = 64.22%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=28.02%
G=64.22%
B=7.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65149180.5600.880.4298.4778.4432.75
Hex419512380582A624e21
Octal101225227001305214211641
Binary100000110010101100101110000101100010101011000101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419512; }

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

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

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

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

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

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

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

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