#46861E

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

Shades of La Palma #46861E

Tints of La Palma #46861E

Color information

#46861E (or 0x46861E) is unknown color: approx La Palma. HEX triplet: 46, 86 and 1E. RGB value is (70,134,30). Sum of RGB (Red+Green+Blue) = 70+134+30=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #46861E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46861E is #B979E1. Grayscale: #676767. Windows color (decimal): -12155362 or 2000454. OLE color: 2000454.

HSL color Cylindrical-coordinate representation of color #46861E: hue angle of 96.92º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46861E is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB7013430-
CMYK0.4800.780.47
HSL96.92º63.41%32.16%-
HSV(B)96.92º77.61%52.55%-
XYZ11.2918.454.19-
YUV103.0186.8104.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 134 (52.73% from 255) = 57.26%
BLUE value IS 30 (12.11% from 255) = 12.82%
R=29.91%
G=57.26%
B=12.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70134300.4800.780.4796.9263.4132.16
Hex46861E3004E2F613f20
Octal10620636600116571417740
Binary10001101000011011110110000010011101011111100001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46861E; }

 p { color: rgb(70,134,30); }

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

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

 a { background-color: rgb(70,134,30); }

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

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

 span { border-color: rgb(70,134,30); }

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