#84872F

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

Shades of Trendy Green #84872F

Tints of Trendy Green #84872F

Color information

#84872F (or 0x84872F) is unknown color: approx Trendy Green. HEX triplet: 84, 87 and 2F. RGB value is (132,135,47). Sum of RGB (Red+Green+Blue) = 132+135+47=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #84872F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84872F is #7B78D0. Grayscale: #7C7C7C. Windows color (decimal): -8091857 or 3114884. OLE color: 3114884.

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

Color convert

RGB13213547-
CMYK0.0200.650.47
HSL62.05º48.35%35.69%-
HSV(B)62.05º65.19%52.94%-
XYZ18.6922.446.04-
YUV124.0784.51133.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 47 (18.75% from 255) = 14.97%
R=42.04%
G=42.99%
B=14.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132135470.0200.650.4762.0548.3535.69
Hex84872F20412F3e3024
Octal204207572010157766044
Binary10000100100001111011111001000001101111111110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84872F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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