#848034

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

Shades of Trendy Green #848034

Tints of Trendy Green #848034

Color information

#848034 (or 0x848034) is unknown color: approx Trendy Green. HEX triplet: 84, 80 and 34. RGB value is (132,128,52). Sum of RGB (Red+Green+Blue) = 132+128+52=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #848034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848034 is #7B7FCB. Grayscale: #787878. Windows color (decimal): -8093644 or 3440772. OLE color: 3440772.

HSL color Cylindrical-coordinate representation of color #848034: hue angle of 57º degrees, saturation: 0.43, 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 #848034 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB13212852-
CMYK00.030.610.48
HSL57º43.48%36.08%-
HSV(B)57º60.61%51.76%-
XYZ17.8520.596.28-
YUV120.5389.33136.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 52 (20.70% from 255) = 16.67%
R=42.31%
G=41.03%
B=16.67%

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
Decimal1321285200.030.610.485743.4836.08
Hex848034033D30392b24
Octal20420064037560715344
Binary1000010010000000110100011111101110000111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848034; }

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

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

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

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

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

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

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

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