#418E3B

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

Shades of La Palma #418E3B

Tints of La Palma #418E3B

Color information

#418E3B (or 0x418E3B) is unknown color: approx La Palma. HEX triplet: 41, 8E and 3B. RGB value is (65,142,59). Sum of RGB (Red+Green+Blue) = 65+142+59=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 142 (55.86% from 255 or 53.38% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 142 - color contains mainly: green. Hex color #418E3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418E3B is #BE71C4. Grayscale: #6D6D6D. Windows color (decimal): -12480965 or 3903041. OLE color: 3903041.

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

Color convert

RGB6514259-
CMYK0.5400.580.44
HSL115.66º41.29%39.41%-
HSV(B)115.66º58.45%55.69%-
XYZ12.6420.797.48-
YUV109.5299.4996.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.44%
GREEN value IS 142 (55.86% from 255) = 53.38%
BLUE value IS 59 (23.44% from 255) = 22.18%
R=24.44%
G=53.38%
B=22.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65142590.5400.580.44115.6641.2939.41
Hex418E3B3603A2C742927
Octal1012167366072541645147
Binary10000011000111011101111011001110101011001110100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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