#418B2D

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

Shades of La Palma #418B2D

Tints of La Palma #418B2D

Color information

#418B2D (or 0x418B2D) is unknown color: approx La Palma. HEX triplet: 41, 8B and 2D. RGB value is (65,139,45). Sum of RGB (Red+Green+Blue) = 65+139+45=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #418B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418B2D is #BE74D2. Grayscale: #6A6A6A. Windows color (decimal): -12481747 or 2984769. OLE color: 2984769.

HSL color Cylindrical-coordinate representation of color #418B2D: hue angle of 107.23º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #418B2D is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB6513945-
CMYK0.5300.680.45
HSL107.23º51.09%36.08%-
HSV(B)107.23º67.63%54.51%-
XYZ11.8919.785.67-
YUV106.1693.4898.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 45 (17.97% from 255) = 18.07%
R=26.10%
G=55.82%
B=18.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65139450.5300.680.45107.2351.0936.08
Hex418B2D350442D6b3324
Octal10121355650104551536344
Binary100000110001011101101110101010001001011011101011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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