#838780

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

Shades of Spanish Green #838780

Tints of Spanish Green #838780

Color information

#838780 (or 0x838780) is unknown color: approx Spanish Green. HEX triplet: 83, 87 and 80. RGB value is (131,135,128). Sum of RGB (Red+Green+Blue) = 131+135+128=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 135 - color contains mainly: green. Hex color #838780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838780 is #7C787F. Grayscale: #858585. Windows color (decimal): -8157312 or 8423299. OLE color: 8423299.

HSL color Cylindrical-coordinate representation of color #838780: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #838780 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB131135128-
CMYK0.0300.050.47
HSL94.29º2.83%51.57%-
HSV(B)94.29º5.19%52.94%-
XYZ21.9223.7123.84-
YUV133.01125.17126.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 128 (50.39% from 255) = 32.49%
R=33.25%
G=34.26%
B=32.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311351280.0300.050.4794.292.8351.57
Hex8387803052F5e334
Octal20320720030557136364
Binary100000111000011110000000110101101111101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838780; }

 p { color: rgb(131,135,128); }

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

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

 a { background-color: rgb(131,135,128); }

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

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

 span { border-color: rgb(131,135,128); }

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