#828721

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

Shades of Trendy Green #828721

Tints of Trendy Green #828721

Color information

#828721 (or 0x828721) is unknown color: approx Trendy Green. HEX triplet: 82, 87 and 21. RGB value is (130,135,33). Sum of RGB (Red+Green+Blue) = 130+135+33=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #828721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828721 is #7D78DE. Grayscale: #7A7A7A. Windows color (decimal): -8222943 or 2197378. OLE color: 2197378.

HSL color Cylindrical-coordinate representation of color #828721: hue angle of 62.94º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #828721 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB13013533-
CMYK0.0400.760.47
HSL62.94º60.71%32.94%-
HSV(B)62.94º75.56%52.94%-
XYZ18.1422.184.76-
YUV121.8877.84133.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 33 (13.28% from 255) = 11.07%
R=43.62%
G=45.30%
B=11.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135330.0400.760.4762.9460.7132.94
Hex828721404C2F3f3d21
Octal202207414011457777541
Binary100000101000011110000110001001100101111111111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828721; }

 p { color: rgb(130,135,33); }

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

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

 a { background-color: rgb(130,135,33); }

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

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

 span { border-color: rgb(130,135,33); }

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