#848322

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

Shades of Trendy Green #848322

Tints of Trendy Green #848322

Color information

#848322 (or 0x848322) is unknown color: approx Trendy Green. HEX triplet: 84, 83 and 22. RGB value is (132,131,34). Sum of RGB (Red+Green+Blue) = 132+131+34=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #848322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848322 is #7B7CDD. Grayscale: #787878. Windows color (decimal): -8092894 or 2261892. OLE color: 2261892.

HSL color Cylindrical-coordinate representation of color #848322: hue angle of 59.39º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #848322 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB13213134-
CMYK00.010.740.48
HSL59.39º59.04%32.55%-
HSV(B)59.39º74.24%51.76%-
XYZ17.9221.254.67-
YUV120.2479.33136.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 34 (13.67% from 255) = 11.45%
R=44.44%
G=44.11%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321313400.010.740.4859.3959.0432.55
Hex848322014A303b3b21
Octal204203420111260737341
Binary1000010010000011100010011001010110000111011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848322; }

 p { color: rgb(132,131,34); }

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

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

 a { background-color: rgb(132,131,34); }

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

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

 span { border-color: rgb(132,131,34); }

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