#46822E

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

Shades of La Palma #46822E

Tints of La Palma #46822E

Color information

#46822E (or 0x46822E) is unknown color: approx La Palma. HEX triplet: 46, 82 and 2E. RGB value is (70,130,46). Sum of RGB (Red+Green+Blue) = 70+130+46=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #46822E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46822E is #B97DD1. Grayscale: #666666. Windows color (decimal): -12156370 or 3048006. OLE color: 3048006.

HSL color Cylindrical-coordinate representation of color #46822E: hue angle of 102.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46822E is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB7013046-
CMYK0.4600.650.49
HSL102.86º47.73%34.51%-
HSV(B)102.86º64.62%50.98%-
XYZ1117.465.38-
YUV102.4896.12104.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=28.46%
G=52.85%
B=18.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130460.4600.650.49102.8647.7334.51
Hex46822E2E04131673023
Octal10620256560101611476043
Binary100011010000010101110101110010000011100011100111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,130,46); }

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

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

 a { background-color: rgb(70,130,46); }

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

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

 span { border-color: rgb(70,130,46); }

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