#838582

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

Shades of Spanish Green #838582

Tints of Spanish Green #838582

Color information

#838582 (or 0x838582) is unknown color: approx Spanish Green. HEX triplet: 83, 85 and 82. RGB value is (131,133,130). Sum of RGB (Red+Green+Blue) = 131+133+130=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 133 - color contains mainly: green. Hex color #838582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838582 is #7C7A7D. Grayscale: #848484. Windows color (decimal): -8157822 or 8553859. OLE color: 8553859.

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

Color convert

RGB131133130-
CMYK0.0200.020.48
HSL100º1.21%51.57%-
HSV(B)100º2.26%52.16%-
XYZ21.7823.2124.45-
YUV132.06126.84127.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=33.25%
G=33.76%
B=32.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311331300.0200.020.481001.2151.57
Hex8385822023064134
Octal20320520220260144164
Binary1000001110000101100000101001011000011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838582; }

 p { color: rgb(131,133,130); }

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

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

 a { background-color: rgb(131,133,130); }

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

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

 span { border-color: rgb(131,133,130); }

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