#418532

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

Shades of La Palma #418532

Tints of La Palma #418532

Color information

#418532 (or 0x418532) is unknown color: approx La Palma. HEX triplet: 41, 85 and 32. RGB value is (65,133,50). Sum of RGB (Red+Green+Blue) = 65+133+50=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #418532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418532 is #BE7ACD. Grayscale: #676767. Windows color (decimal): -12483278 or 3310913. OLE color: 3310913.

HSL color Cylindrical-coordinate representation of color #418532: hue angle of 109.16º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #418532 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB6513350-
CMYK0.5100.620.48
HSL109.16º45.36%35.88%-
HSV(B)109.16º62.41%52.16%-
XYZ11.1418.135.93-
YUV103.2197.97100.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.21%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=26.21%
G=53.63%
B=20.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133500.5100.620.48109.1645.3635.88
Hex4185323303E306d2d24
Octal1012056263076601555544
Binary10000011000010111001011001101111101100001101101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418532; }

 p { color: rgb(65,133,50); }

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

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

 a { background-color: rgb(65,133,50); }

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

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

 span { border-color: rgb(65,133,50); }

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