#828430

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

Shades of Trendy Green #828430

Tints of Trendy Green #828430

Color information

#828430 (or 0x828430) is unknown color: approx Trendy Green. HEX triplet: 82, 84 and 30. RGB value is (130,132,48). Sum of RGB (Red+Green+Blue) = 130+132+48=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #828430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828430 is #7D7BCF. Grayscale: #7A7A7A. Windows color (decimal): -8223696 or 3179650. OLE color: 3179650.

HSL color Cylindrical-coordinate representation of color #828430: hue angle of 61.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #828430 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13013248-
CMYK0.0200.640.48
HSL61.43º46.67%35.29%-
HSV(B)61.43º63.64%51.76%-
XYZ17.9921.465.99-
YUV121.8386.34133.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=41.94%
G=42.58%
B=15.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132480.0200.640.4861.4346.6735.29
Hex8284302040303d2f23
Octal202204602010060755743
Binary10000010100001001100001001000000110000111101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828430; }

 p { color: rgb(130,132,48); }

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

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

 a { background-color: rgb(130,132,48); }

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

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

 span { border-color: rgb(130,132,48); }

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