#46852C

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

Shades of La Palma #46852C

Tints of La Palma #46852C

Color information

#46852C (or 0x46852C) is unknown color: approx La Palma. HEX triplet: 46, 85 and 2C. RGB value is (70,133,44). Sum of RGB (Red+Green+Blue) = 70+133+44=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #46852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46852C is #B97AD3. Grayscale: #686868. Windows color (decimal): -12155604 or 2917702. OLE color: 2917702.

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

Color convert

RGB7013344-
CMYK0.4700.670.48
HSL102.47º50.28%34.71%-
HSV(B)102.47º66.92%52.16%-
XYZ11.3718.265.31-
YUV104.0294.13103.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 133 (52.34% from 255) = 53.85%
BLUE value IS 44 (17.58% from 255) = 17.81%
R=28.34%
G=53.85%
B=17.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70133440.4700.670.48102.4750.2834.71
Hex46852C2F04330663223
Octal10620554570103601466243
Binary100011010000101101100101111010000111100001100110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46852C; }

 p { color: rgb(70,133,44); }

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

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

 a { background-color: rgb(70,133,44); }

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

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

 span { border-color: rgb(70,133,44); }

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