#419034

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

Shades of La Palma #419034

Tints of La Palma #419034

Color information

#419034 (or 0x419034) is unknown color: approx La Palma. HEX triplet: 41, 90 and 34. RGB value is (65,144,52). Sum of RGB (Red+Green+Blue) = 65+144+52=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #419034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419034 is #BE6FCB. Grayscale: #6E6E6E. Windows color (decimal): -12480460 or 3444801. OLE color: 3444801.

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

Color convert

RGB6514452-
CMYK0.5500.640.44
HSL111.52º46.94%38.43%-
HSV(B)111.52º63.89%56.47%-
XYZ12.7721.326.69-
YUV109.8995.3395.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 144 (56.64% from 255) = 55.17%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=24.90%
G=55.17%
B=19.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65144520.5500.640.44111.5246.9438.43
Hex419034370402C702f26
Octal10122064670100541605746
Binary100000110010000110100110111010000001011001110000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419034; }

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

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

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

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

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

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

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

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