#848532

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

Shades of Trendy Green #848532

Tints of Trendy Green #848532

Color information

#848532 (or 0x848532) is unknown color: approx Trendy Green. HEX triplet: 84, 85 and 32. RGB value is (132,133,50). Sum of RGB (Red+Green+Blue) = 132+133+50=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #848532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848532 is #7B7ACD. Grayscale: #7B7B7B. Windows color (decimal): -8092366 or 3310980. OLE color: 3310980.

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

Color convert

RGB13213350-
CMYK0.0100.620.48
HSL60.72º45.36%35.88%-
HSV(B)60.72º62.41%52.16%-
XYZ18.4821.916.27-
YUV123.2486.67134.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=41.90%
G=42.22%
B=15.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133500.0100.620.4860.7245.3635.88
Hex848532103E303d2d24
Octal20420562107660755544
Binary100001001000010111001010111110110000111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848532; }

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

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

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

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

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

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

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

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