#829019

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

Shades of Trendy Green #829019

Tints of Trendy Green #829019

Color information

#829019 (or 0x829019) is unknown color: approx Trendy Green. HEX triplet: 82, 90 and 19. RGB value is (130,144,25). Sum of RGB (Red+Green+Blue) = 130+144+25=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #829019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829019 is #7D6FE6. Grayscale: #7E7E7E. Windows color (decimal): -8220647 or 1675394. OLE color: 1675394.

HSL color Cylindrical-coordinate representation of color #829019: hue angle of 67.06º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #829019 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB13014425-
CMYK0.1000.830.44
HSL67.06º70.41%33.14%-
HSV(B)67.06º82.64%56.47%-
XYZ19.3524.764.68-
YUV126.2570.86130.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 144 (56.64% from 255) = 48.16%
BLUE value IS 25 (10.16% from 255) = 8.36%
R=43.48%
G=48.16%
B=8.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130144250.1000.830.4467.0670.4133.14
Hex829019A0532C434621
Octal202220311201235410310641
Binary10000010100100001100110100101001110110010000111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829019; }

 p { color: rgb(130,144,25); }

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

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

 a { background-color: rgb(130,144,25); }

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

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

 span { border-color: rgb(130,144,25); }

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