#848129

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

Shades of Trendy Green #848129

Tints of Trendy Green #848129

Color information

#848129 (or 0x848129) is unknown color: approx Trendy Green. HEX triplet: 84, 81 and 29. RGB value is (132,129,41). Sum of RGB (Red+Green+Blue) = 132+129+41=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #848129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848129 is #7B7ED6. Grayscale: #787878. Windows color (decimal): -8093399 or 2720132. OLE color: 2720132.

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

Color convert

RGB13212941-
CMYK00.020.690.48
HSL58.02º52.6%33.92%-
HSV(B)58.02º68.94%51.76%-
XYZ17.7720.775.17-
YUV119.8683.49136.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 41 (16.41% from 255) = 13.58%
R=43.71%
G=42.72%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321294100.020.690.4858.0252.633.92
Hex8481290245303a3522
Octal204201510210560726542
Binary10000100100000011010010101000101110000111010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848129; }

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

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

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

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

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

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

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

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