#829379

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

Shades of Spanish Green #829379

Tints of Spanish Green #829379

Color information

#829379 (or 0x829379) is unknown color: approx Spanish Green. HEX triplet: 82, 93 and 79. RGB value is (130,147,121). Sum of RGB (Red+Green+Blue) = 130+147+121=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #829379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829379 is #7D6C86. Grayscale: #8B8B8B. Windows color (decimal): -8219783 or 7967618. OLE color: 7967618.

HSL color Cylindrical-coordinate representation of color #829379: hue angle of 99.23º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829379 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB130147121-
CMYK0.1200.180.42
HSL99.23º10.74%52.55%-
HSV(B)99.23º17.69%57.65%-
XYZ23.0926.9922.08-
YUV138.95117.87121.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=32.66%
G=36.93%
B=30.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301471210.1200.180.4299.2310.7452.55
Hex829379C0122A63b35
Octal20222317114022521431365
Binary10000010100100111111001110001001010101011000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829379; }

 p { color: rgb(130,147,121); }

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

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

 a { background-color: rgb(130,147,121); }

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

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

 span { border-color: rgb(130,147,121); }

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