#848529

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

Shades of Trendy Green #848529

Tints of Trendy Green #848529

Color information

#848529 (or 0x848529) is unknown color: approx Trendy Green. HEX triplet: 84, 85 and 29. RGB value is (132,133,41). Sum of RGB (Red+Green+Blue) = 132+133+41=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #848529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848529 is #7B7AD6. Grayscale: #7A7A7A. Windows color (decimal): -8092375 or 2721156. OLE color: 2721156.

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

Color convert

RGB13213341-
CMYK0.0100.690.48
HSL60.65º52.87%34.12%-
HSV(B)60.65º69.17%52.16%-
XYZ18.321.845.35-
YUV122.2182.17134.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 41 (16.41% from 255) = 13.40%
R=43.14%
G=43.46%
B=13.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133410.0100.690.4860.6552.8734.12
Hex8485291045303d3522
Octal204205511010560756542
Binary1000010010000101101001101000101110000111101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848529; }

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

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

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

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

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

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

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

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