Html Css Color HEX #828828 Trendy Green

📋 copy color: '#828828'

red 130 ◦ green 136 ◦ blue 40

#828828
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #828828

Tints of Trendy Green #828828

RGB

 RED value IS 130 (51.17% from 255) = 42.48%

 GREEN value IS 136 (53.52% from 255) = 44.44%

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 42.48%
G = 44.44%
B = 13.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#828828 (or 0x828828) is known color: Trendy Green. HEX triplet: 82, 88 and 28. RGB value is (130,136,40). Sum of RGB (Red+Green+Blue) = 130+136+40=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #828828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828828 is #7D77D7. Grayscale: #7B7B7B. Windows color (decimal): -8222680 or 2656386. OLE color: 2656386.

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

Color convert

RGB 130 136 40 -
CMYK 0.04 0 0.71 0.47
HSL 63.75º 0.55% 0.35% -
HSV(B) 63.75º 0.71% 0.53% -
XYZ 18.39 22.51 5.38 -
YUV 123.26 81.01 132.81 -
System Red Green Blue C M Y K H S L
Decimal 130 136 40 0.04 0 0.71 0.47 63.75 0.55 0.35
Hex 82 88 28 4 0 47 2F 40 37 23
Octal 202 210 50 4 0 107 57 100 67 43
Binary 10000010 10001000 101000 100 0 1000111 101111 1000000 110111 100011

Color Harmonies of #828828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828828

Black with #828828

Text Example


Text Example

White with #828828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828828; }

 p { color: rgb(130,136,40); }

 H1.HeaderClassName
 {
   color: #828828;
 }
 .AnyTagClassName
 {
   color: #828828;
 }
</style>

background-color css

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

 a { background-color: rgb(130,136,40); }

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

border-color css

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

 span { border-color: rgb(130,136,40); }

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