#468132

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

Shades of La Palma #468132

Tints of La Palma #468132

Color information

#468132 (or 0x468132) is unknown color: approx La Palma. HEX triplet: 46, 81 and 32. RGB value is (70,129,50). Sum of RGB (Red+Green+Blue) = 70+129+50=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #468132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468132 is #B97ECD. Grayscale: #666666. Windows color (decimal): -12156622 or 3309894. OLE color: 3309894.

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

Color convert

RGB7012950-
CMYK0.4600.610.49
HSL104.81º44.13%35.1%-
HSV(B)104.81º61.24%50.59%-
XYZ10.9517.235.77-
YUV102.3598.45104.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=28.11%
G=51.81%
B=20.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70129500.4600.610.49104.8144.1335.1
Hex4681322E03D31692c23
Octal1062016256075611515443
Binary10001101000000111001010111001111011100011101001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468132; }

 p { color: rgb(70,129,50); }

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

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

 a { background-color: rgb(70,129,50); }

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

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

 span { border-color: rgb(70,129,50); }

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