#848422

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

Shades of Trendy Green #848422

Tints of Trendy Green #848422

Color information

#848422 (or 0x848422) is unknown color: approx Trendy Green. HEX triplet: 84, 84 and 22. RGB value is (132,132,34). Sum of RGB (Red+Green+Blue) = 132+132+34=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848422 is #7B7BDD. Grayscale: #797979. Windows color (decimal): -8092638 or 2262148. OLE color: 2262148.

HSL color Cylindrical-coordinate representation of color #848422: hue angle of 60º 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 #848422 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB13213234-
CMYK000.740.48
HSL60º59.04%32.55%-
HSV(B)60º74.24%51.76%-
XYZ18.0621.524.72-
YUV120.8379135.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 34 (13.67% from 255) = 11.41%
R=44.30%
G=44.30%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213234000.740.486059.0432.55
Hex848422004A303c3b21
Octal204204420011260747341
Binary1000010010000100100010001001010110000111100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848422; }

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

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

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

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

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

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

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

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