#419A2B

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

Shades of La Palma #419A2B

Tints of La Palma #419A2B

Color information

#419A2B (or 0x419A2B) is unknown color: approx La Palma. HEX triplet: 41, 9A and 2B. RGB value is (65,154,43). Sum of RGB (Red+Green+Blue) = 65+154+43=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 154 (60.55% from 255 or 58.78% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 154 - color contains mainly: green. Hex color #419A2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419A2B is #BE65D4. Grayscale: #737373. Windows color (decimal): -12477909 or 2857537. OLE color: 2857537.

HSL color Cylindrical-coordinate representation of color #419A2B: hue angle of 108.11º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #419A2B is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB6515443-
CMYK0.5800.720.40
HSL108.11º56.35%38.63%-
HSV(B)108.11º72.08%60.39%-
XYZ14.1724.416.25-
YUV114.7487.5192.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 154 (60.55% from 255) = 58.78%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=24.81%
G=58.78%
B=16.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65154430.5800.720.40108.1156.3538.63
Hex419A2B3A048286c3827
Octal10123253720110501547047
Binary100000110011010101011111010010010001010001101100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,154,43); }

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

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

 a { background-color: rgb(65,154,43); }

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

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

 span { border-color: rgb(65,154,43); }

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