#848132

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

Shades of Trendy Green #848132

Tints of Trendy Green #848132

Color information

#848132 (or 0x848132) is unknown color: approx Trendy Green. HEX triplet: 84, 81 and 32. RGB value is (132,129,50). Sum of RGB (Red+Green+Blue) = 132+129+50=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #848132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848132 is #7B7ECD. Grayscale: #797979. Windows color (decimal): -8093390 or 3309956. OLE color: 3309956.

HSL color Cylindrical-coordinate representation of color #848132: hue angle of 57.8º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #848132 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB13212950-
CMYK00.020.620.48
HSL57.8º45.05%35.69%-
HSV(B)57.8º62.12%51.76%-
XYZ17.9420.846.09-
YUV120.8987.99135.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.44%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=42.44%
G=41.48%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321295000.020.620.4857.845.0535.69
Hex848132023E303a2d24
Octal20420162027660725544
Binary1000010010000001110010010111110110000111010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848132; }

 p { color: rgb(132,129,50); }

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

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

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

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

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

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

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