#419A2D

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

Shades of La Palma #419A2D

Tints of La Palma #419A2D

Color information

#419A2D (or 0x419A2D) is unknown color: approx La Palma. HEX triplet: 41, 9A and 2D. RGB value is (65,154,45). Sum of RGB (Red+Green+Blue) = 65+154+45=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 154 (60.55% from 255 or 58.33% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 154 - color contains mainly: green. Hex color #419A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419A2D is #BE65D2. Grayscale: #737373. Windows color (decimal): -12477907 or 2988609. OLE color: 2988609.

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

Color convert

RGB6515445-
CMYK0.5800.710.40
HSL108.99º54.77%39.02%-
HSV(B)108.99º70.78%60.39%-
XYZ14.2124.426.45-
YUV114.9688.5192.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.62%
GREEN value IS 154 (60.55% from 255) = 58.33%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=24.62%
G=58.33%
B=17.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65154450.5800.710.40108.9954.7739.02
Hex419A2D3A047286d3727
Octal10123255720107501556747
Binary100000110011010101101111010010001111010001101101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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