#418E3A

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

Shades of La Palma #418E3A

Tints of La Palma #418E3A

Color information

#418E3A (or 0x418E3A) is unknown color: approx La Palma. HEX triplet: 41, 8E and 3A. RGB value is (65,142,58). Sum of RGB (Red+Green+Blue) = 65+142+58=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #418E3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418E3A is #BE71C5. Grayscale: #6D6D6D. Windows color (decimal): -12480966 or 3837505. OLE color: 3837505.

HSL color Cylindrical-coordinate representation of color #418E3A: hue angle of 115º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #418E3A is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB6514258-
CMYK0.5400.590.44
HSL115º42%39.22%-
HSV(B)115º59.15%55.69%-
XYZ12.6220.787.35-
YUV109.498.9996.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 142 (55.86% from 255) = 53.58%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=24.53%
G=53.58%
B=21.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65142580.5400.590.441154239.22
Hex418E3A3603B2C732a27
Octal1012167266073541635247
Binary10000011000111011101011011001110111011001110011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418E3A; }

 p { color: rgb(65,142,58); }

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

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

 a { background-color: rgb(65,142,58); }

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

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

 span { border-color: rgb(65,142,58); }

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