#848331

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

Shades of Trendy Green #848331

Tints of Trendy Green #848331

Color information

#848331 (or 0x848331) is unknown color: approx Trendy Green. HEX triplet: 84, 83 and 31. RGB value is (132,131,49). Sum of RGB (Red+Green+Blue) = 132+131+49=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #848331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848331 is #7B7CCE. Grayscale: #7A7A7A. Windows color (decimal): -8092879 or 3244932. OLE color: 3244932.

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

Color convert

RGB13213149-
CMYK00.010.630.48
HSL59.28º45.86%35.49%-
HSV(B)59.28º62.88%51.76%-
XYZ18.1921.366.07-
YUV121.9586.83135.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 49 (19.53% from 255) = 15.71%
R=42.31%
G=41.99%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321314900.010.630.4859.2845.8635.49
Hex848331013F303b2e23
Octal20420361017760735643
Binary100001001000001111000101111111110000111011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848331; }

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

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

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

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

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

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

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

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