#46832B

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

Shades of La Palma #46832B

Tints of La Palma #46832B

Color information

#46832B (or 0x46832B) is unknown color: approx La Palma. HEX triplet: 46, 83 and 2B. RGB value is (70,131,43). Sum of RGB (Red+Green+Blue) = 70+131+43=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #46832B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46832B is #B97CD4. Grayscale: #676767. Windows color (decimal): -12156117 or 2851654. OLE color: 2851654.

HSL color Cylindrical-coordinate representation of color #46832B: hue angle of 101.59º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46832B is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB7013143-
CMYK0.4700.670.49
HSL101.59º50.57%34.12%-
HSV(B)101.59º67.18%51.37%-
XYZ11.0817.715.12-
YUV102.7394.29104.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 131 (51.56% from 255) = 53.69%
BLUE value IS 43 (17.19% from 255) = 17.62%
R=28.69%
G=53.69%
B=17.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70131430.4700.670.49101.5950.5734.12
Hex46832B2F04331663322
Octal10620353570103611466342
Binary100011010000011101011101111010000111100011100110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46832B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46832B; }

 p { color: rgb(70,131,43); }

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

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

 a { background-color: rgb(70,131,43); }

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

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

 span { border-color: rgb(70,131,43); }

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