#418a2e

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

Shades of La Palma #418A2E

Tints of La Palma #418A2E

Color information

#418A2E (or 0x418A2E) is unknown color: approx La Palma. HEX triplet: 41, 8A and 2E. RGB value is (65,138,46). Sum of RGB (Red+Green+Blue) = 65+138+46=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #418A2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418A2E is #BE75D1. Grayscale: #696969. Windows color (decimal): -12482002 or 3050049. OLE color: 3050049.

HSL color Cylindrical-coordinate representation of color #418A2E: hue angle of 107.61º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #418A2E is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB6513846-
CMYK0.5300.670.46
HSL107.61º50%36.08%-
HSV(B)107.61º66.67%54.12%-
XYZ11.7619.55.73-
YUV105.6894.3298.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 138 (54.30% from 255) = 55.42%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=26.10%
G=55.42%
B=18.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65138460.5300.670.46107.615036.08
Hex418A2E350432E6c3224
Octal10121256650103561546244
Binary100000110001010101110110101010000111011101101100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418a2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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