#418D3B

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

Shades of La Palma #418D3B

Tints of La Palma #418D3B

Color information

#418D3B (or 0x418D3B) is unknown color: approx La Palma. HEX triplet: 41, 8D and 3B. RGB value is (65,141,59). Sum of RGB (Red+Green+Blue) = 65+141+59=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #418D3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418D3B is #BE72C4. Grayscale: #6D6D6D. Windows color (decimal): -12481221 or 3902785. OLE color: 3902785.

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

Color convert

RGB6514159-
CMYK0.5400.580.45
HSL115.61º41%39.22%-
HSV(B)115.61º58.16%55.29%-
XYZ12.4920.497.43-
YUV108.9399.8296.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 141 (55.47% from 255) = 53.21%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=24.53%
G=53.21%
B=22.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65141590.5400.580.45115.614139.22
Hex418D3B3603A2D742927
Octal1012157366072551645147
Binary10000011000110111101111011001110101011011110100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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