#419A2A

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

Shades of La Palma #419A2A

Tints of La Palma #419A2A

Color information

#419A2A (or 0x419A2A) is unknown color: approx La Palma. HEX triplet: 41, 9A and 2A. RGB value is (65,154,42). Sum of RGB (Red+Green+Blue) = 65+154+42=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 154 (60.55% from 255 or 59.00% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 154 - color contains mainly: green. Hex color #419A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419A2A is #BE65D5. Grayscale: #727272. Windows color (decimal): -12477910 or 2792001. OLE color: 2792001.

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

Color convert

RGB6515442-
CMYK0.5800.730.40
HSL107.68º57.14%38.43%-
HSV(B)107.68º72.73%60.39%-
XYZ14.1524.46.15-
YUV114.6287.0192.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 154 (60.55% from 255) = 59.00%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=24.90%
G=59.00%
B=16.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65154420.5800.730.40107.6857.1438.43
Hex419A2A3A049286c3926
Octal10123252720111501547146
Binary100000110011010101010111010010010011010001101100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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