#419D2E

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

Shades of La Palma #419D2E

Tints of La Palma #419D2E

Color information

#419D2E (or 0x419D2E) is unknown color: approx La Palma. HEX triplet: 41, 9D and 2E. RGB value is (65,157,46). Sum of RGB (Red+Green+Blue) = 65+157+46=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 157 (61.72% from 255 or 58.58% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 157 - color contains mainly: green. Hex color #419D2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419D2E is #BE62D1. Grayscale: #757575. Windows color (decimal): -12477138 or 3054913. OLE color: 3054913.

HSL color Cylindrical-coordinate representation of color #419D2E: hue angle of 109.73º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #419D2E is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB6515746-
CMYK0.5900.710.38
HSL109.73º54.68%39.8%-
HSV(B)109.73º70.7%61.57%-
XYZ14.7325.446.72-
YUV116.8488.0291.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 157 (61.72% from 255) = 58.58%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=24.25%
G=58.58%
B=17.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65157460.5900.710.38109.7354.6839.8
Hex419D2E3B047266e3728
Octal10123556730107461566750
Binary100000110011101101110111011010001111001101101110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419D2E; }

 p { color: rgb(65,157,46); }

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

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

 a { background-color: rgb(65,157,46); }

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

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

 span { border-color: rgb(65,157,46); }

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