#46852B

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

Shades of La Palma #46852B

Tints of La Palma #46852B

Color information

#46852B (or 0x46852B) is unknown color: approx La Palma. HEX triplet: 46, 85 and 2B. RGB value is (70,133,43). Sum of RGB (Red+Green+Blue) = 70+133+43=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #46852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46852B is #B97AD4. Grayscale: #686868. Windows color (decimal): -12155605 or 2852166. OLE color: 2852166.

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

Color convert

RGB7013343-
CMYK0.4700.680.48
HSL102º51.14%34.51%-
HSV(B)102º67.67%52.16%-
XYZ11.3518.255.21-
YUV103.993.63103.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 133 (52.34% from 255) = 54.07%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=28.46%
G=54.07%
B=17.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70133430.4700.680.4810251.1434.51
Hex46852B2F04430663323
Octal10620553570104601466343
Binary100011010000101101011101111010001001100001100110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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