#828127

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

Shades of Trendy Green #828127

Tints of Trendy Green #828127

Color information

#828127 (or 0x828127) is unknown color: approx Trendy Green. HEX triplet: 82, 81 and 27. RGB value is (130,129,39). Sum of RGB (Red+Green+Blue) = 130+129+39=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #828127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828127 is #7D7ED8. Grayscale: #777777. Windows color (decimal): -8224473 or 2589058. OLE color: 2589058.

HSL color Cylindrical-coordinate representation of color #828127: hue angle of 59.34º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #828127 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB13012939-
CMYK00.010.700.49
HSL59.34º53.85%33.14%-
HSV(B)59.34º70%50.98%-
XYZ17.4220.594.98-
YUV119.0482.83135.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 39 (15.62% from 255) = 13.09%
R=43.62%
G=43.29%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301293900.010.700.4959.3453.8533.14
Hex8281270146313b3621
Octal202201470110661736641
Binary1000001010000001100111011000110110001111011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828127; }

 p { color: rgb(130,129,39); }

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

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

 a { background-color: rgb(130,129,39); }

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

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

 span { border-color: rgb(130,129,39); }

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