#418232

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

Shades of La Palma #418232

Tints of La Palma #418232

Color information

#418232 (or 0x418232) is unknown color: approx La Palma. HEX triplet: 41, 82 and 32. RGB value is (65,130,50). Sum of RGB (Red+Green+Blue) = 65+130+50=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #418232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418232 is #BE7DCD. Grayscale: #656565. Windows color (decimal): -12484046 or 3310145. OLE color: 3310145.

HSL color Cylindrical-coordinate representation of color #418232: hue angle of 108.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #418232 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB6513050-
CMYK0.5000.620.49
HSL108.75º44.44%35.29%-
HSV(B)108.75º61.54%50.98%-
XYZ10.7417.325.79-
YUV101.4498.97102-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 130 (51.17% from 255) = 53.06%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=26.53%
G=53.06%
B=20.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65130500.5000.620.49108.7544.4435.29
Hex4182323203E316d2c23
Octal1012026262076611555443
Binary10000011000001011001011001001111101100011101101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418232; }

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

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

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

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

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

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

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

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