#419934

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

Shades of La Palma #419934

Tints of La Palma #419934

Color information

#419934 (or 0x419934) is unknown color: approx La Palma. HEX triplet: 41, 99 and 34. RGB value is (65,153,52). Sum of RGB (Red+Green+Blue) = 65+153+52=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #419934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419934 is #BE66CB. Grayscale: #737373. Windows color (decimal): -12478156 or 3447105. OLE color: 3447105.

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

Color convert

RGB6515352-
CMYK0.5800.660.4
HSL112.28º49.27%40.2%-
HSV(B)112.28º66.01%60%-
XYZ14.1924.157.16-
YUV115.1792.3592.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 153 (60.16% from 255) = 56.67%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=24.07%
G=56.67%
B=19.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153520.5800.660.4112.2849.2740.2
Hex4199343A04228703128
Octal10123164720102501606150
Binary100000110011001110100111010010000101010001110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419934; }

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

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

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

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

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

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

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

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