#84872A

Color #84872A Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #84872A

Tints of Trendy Green #84872A

Color information

#84872A (or 0x84872A) is unknown color: approx Trendy Green. HEX triplet: 84, 87 and 2A. RGB value is (132,135,42). Sum of RGB (Red+Green+Blue) = 132+135+42=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #84872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84872A is #7B78D5. Grayscale: #7B7B7B. Windows color (decimal): -8091862 or 2787204. OLE color: 2787204.

HSL color Cylindrical-coordinate representation of color #84872A: hue angle of 61.94º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84872A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13213542-
CMYK0.0200.690.47
HSL61.94º52.54%34.71%-
HSV(B)61.94º68.89%52.94%-
XYZ18.622.45.53-
YUV123.582.01134.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=42.72%
G=43.69%
B=13.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132135420.0200.690.4761.9452.5434.71
Hex84872A20452F3e3523
Octal204207522010557766543
Binary10000100100001111010101001000101101111111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84872A; }

 p { color: rgb(132,135,42); }

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

<style>
 a { background-color: #84872A; }

 a { background-color: rgb(132,135,42); }

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

<style>
 span { border-color: #84872A; }

 span { border-color: rgb(132,135,42); }

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