#5B8462

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

Shades of Como #5B8462

Tints of Como #5B8462

Color information

#5B8462 (or 0x5B8462) is unknown color: approx Como. HEX triplet: 5B, 84 and 62. RGB value is (91,132,98). Sum of RGB (Red+Green+Blue) = 91+132+98=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #5B8462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8462 is #A47B9D. Grayscale: #737373. Windows color (decimal): -10779550 or 6456411. OLE color: 6456411.

HSL color Cylindrical-coordinate representation of color #5B8462: hue angle of 130.24º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B8462 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB9113298-
CMYK0.3100.260.48
HSL130.24º18.39%43.73%-
HSV(B)130.24º31.06%51.76%-
XYZ14.7719.6114.56-
YUV115.86117.92110.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.35%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=28.35%
G=41.12%
B=30.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91132980.3100.260.48130.2418.3943.73
Hex5B84621F01A3082122c
Octal13320414237032602022254
Binary1011011100001001100010111110110101100001000001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,132,98); }

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

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

 a { background-color: rgb(91,132,98); }

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

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

 span { border-color: rgb(91,132,98); }

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