#5A8062

Color #5A8062 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #5A8062

Tints of Como #5A8062

Color information

#5A8062 (or 0x5A8062) is unknown color: approx Como. HEX triplet: 5A, 80 and 62. RGB value is (90,128,98). Sum of RGB (Red+Green+Blue) = 90+128+98=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #5A8062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8062 is #A57F9D. Grayscale: #717171. Windows color (decimal): -10846110 or 6455386. OLE color: 6455386.

HSL color Cylindrical-coordinate representation of color #5A8062: hue angle of 132.63º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A8062 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB9012898-
CMYK0.3000.230.50
HSL132.63º17.43%42.75%-
HSV(B)132.63º29.69%50.2%-
XYZ14.1418.4914.38-
YUV113.22119.41111.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 128 (50.39% from 255) = 40.51%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=28.48%
G=40.51%
B=31.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal90128980.3000.230.50132.6317.4342.75
Hex5A80621E0173285112b
Octal13220014236027622052153
Binary1011010100000001100010111100101111100101000010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A8062; }

 p { color: rgb(90,128,98); }

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

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

 a { background-color: rgb(90,128,98); }

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

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

 span { border-color: rgb(90,128,98); }

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