#828722

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

Shades of Trendy Green #828722

Tints of Trendy Green #828722

Color information

#828722 (or 0x828722) is unknown color: approx Trendy Green. HEX triplet: 82, 87 and 22. RGB value is (130,135,34). Sum of RGB (Red+Green+Blue) = 130+135+34=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #828722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828722 is #7D78DD. Grayscale: #7A7A7A. Windows color (decimal): -8222942 or 2262914. OLE color: 2262914.

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

Color convert

RGB13013534-
CMYK0.0400.750.47
HSL62.97º59.76%33.14%-
HSV(B)62.97º74.81%52.94%-
XYZ18.1622.194.84-
YUV121.9978.34133.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 135 (53.12% from 255) = 45.15%
BLUE value IS 34 (13.67% from 255) = 11.37%
R=43.48%
G=45.15%
B=11.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135340.0400.750.4762.9759.7633.14
Hex828722404B2F3f3c21
Octal202207424011357777441
Binary100000101000011110001010001001011101111111111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828722; }

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

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

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

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

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

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

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

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