#819D5F

Color #819D5F Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #819D5F

Tints of Asparagus #819D5F

Color information

#819D5F (or 0x819D5F) is unknown color: approx Asparagus. HEX triplet: 81, 9D and 5F. RGB value is (129,157,95). Sum of RGB (Red+Green+Blue) = 129+157+95=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #819D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819D5F is #7E62A0. Grayscale: #8D8D8D. Windows color (decimal): -8282785 or 6266241. OLE color: 6266241.

HSL color Cylindrical-coordinate representation of color #819D5F: hue angle of 87.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819D5F is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB12915795-
CMYK0.1800.390.38
HSL87.1º24.6%49.41%-
HSV(B)87.1º39.49%61.57%-
XYZ23.1829.6115.32-
YUV141.56101.72119.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.86%
GREEN value IS 157 (61.72% from 255) = 41.21%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=33.86%
G=41.21%
B=24.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129157950.1800.390.3887.124.649.41
Hex819D5F1202726571931
Octal20123513722047461273161
Binary10000001100111011011111100100100111100110101011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819D5F; }

 p { color: rgb(129,157,95); }

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

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

 a { background-color: rgb(129,157,95); }

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

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

 span { border-color: rgb(129,157,95); }

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