Html Css Color HEX #818380 Spanish Green

📋 copy color: '#818380'

red 129 ◦ green 131 ◦ blue 128

#818380
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #818380

Tints of Spanish Green #818380

RGB

 RED value IS 129 (50.78% from 255) = 33.25%

 GREEN value IS 131 (51.56% from 255) = 33.76%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 33.25%
G = 33.76%
B = 32.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#818380 (or 0x818380) is known color: Spanish Green. HEX triplet: 81, 83 and 80. RGB value is (129,131,128). Sum of RGB (Red+Green+Blue) = 129+131+128=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 131 - color contains mainly: green. Hex color #818380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818380 is #7E7C7F. Grayscale: #828282. Windows color (decimal): -8289408 or 8422273. OLE color: 8422273.

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

Color convert

RGB 129 131 128 -
CMYK 0.02 0 0.02 0.49
HSL 100º 0.01% 0.51% -
HSV(B) 100º 0.02% 0.51% -
XYZ 21.07 22.46 23.65 -
YUV 130.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 129 131 128 0.02 0 0.02 0.49 100 0.01 0.51
Hex 81 83 80 2 0 2 31 64 1 33
Octal 201 203 200 2 0 2 61 144 1 63
Binary 10000001 10000011 10000000 10 0 10 110001 1100100 1 110011

Color Harmonies of #818380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818380

Black with #818380

Text Example


Text Example

White with #818380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818380; }

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

 H1.HeaderClassName
 {
   color: #818380;
 }
 .AnyTagClassName
 {
   color: #818380;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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