#46872D

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

Shades of La Palma #46872D

Tints of La Palma #46872D

Color information

#46872D (or 0x46872D) is unknown color: approx La Palma. HEX triplet: 46, 87 and 2D. RGB value is (70,135,45). Sum of RGB (Red+Green+Blue) = 70+135+45=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #46872D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46872D is #B978D2. Grayscale: #696969. Windows color (decimal): -12155091 or 2983750. OLE color: 2983750.

HSL color Cylindrical-coordinate representation of color #46872D: hue angle of 103.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46872D is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB7013545-
CMYK0.4800.670.47
HSL103.33º50%35.29%-
HSV(B)103.33º66.67%52.94%-
XYZ11.6618.825.5-
YUV105.393.97102.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 135 (53.12% from 255) = 54%
BLUE value IS 45 (17.97% from 255) = 18%
R=28%
G=54%
B=18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70135450.4800.670.47103.335035.29
Hex46872D300432F673223
Octal10620755600103571476243
Binary100011010000111101101110000010000111011111100111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46872D; }

 p { color: rgb(70,135,45); }

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

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

 a { background-color: rgb(70,135,45); }

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

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

 span { border-color: rgb(70,135,45); }

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