#829121

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

Shades of Trendy Green #829121

Tints of Trendy Green #829121

Color information

#829121 (or 0x829121) is unknown color: approx Trendy Green. HEX triplet: 82, 91 and 21. RGB value is (130,145,33). Sum of RGB (Red+Green+Blue) = 130+145+33=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #829121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829121 is #7D6EDE. Grayscale: #808080. Windows color (decimal): -8220383 or 2199938. OLE color: 2199938.

HSL color Cylindrical-coordinate representation of color #829121: hue angle of 68.04º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #829121 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB13014533-
CMYK0.1000.770.43
HSL68.04º62.92%34.9%-
HSV(B)68.04º77.24%56.86%-
XYZ19.6125.115.25-
YUV127.7574.53129.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=42.21%
G=47.08%
B=10.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130145330.1000.770.4368.0462.9234.9
Hex829121A04D2B443f23
Octal20222141120115531047743
Binary10000010100100011000011010010011011010111000100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829121; }

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

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

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

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

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

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

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

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