#848033

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

Shades of Trendy Green #848033

Tints of Trendy Green #848033

Color information

#848033 (or 0x848033) is unknown color: approx Trendy Green. HEX triplet: 84, 80 and 33. RGB value is (132,128,51). Sum of RGB (Red+Green+Blue) = 132+128+51=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #848033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848033 is #7B7FCC. Grayscale: #787878. Windows color (decimal): -8093645 or 3375236. OLE color: 3375236.

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

Color convert

RGB13212851-
CMYK00.030.610.48
HSL57.04º44.26%35.88%-
HSV(B)57.04º61.36%51.76%-
XYZ17.8320.586.16-
YUV120.4288.83136.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.44%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=42.44%
G=41.16%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321285100.030.610.4857.0444.2635.88
Hex848033033D30392c24
Octal20420063037560715444
Binary1000010010000000110011011111101110000111001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848033; }

 p { color: rgb(132,128,51); }

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

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

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

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

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

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

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