#5E7362

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

Shades of Como #5E7362

Tints of Como #5E7362

Color information

#5E7362 (or 0x5E7362) is unknown color: approx Como. HEX triplet: 5E, 73 and 62. RGB value is (94,115,98). Sum of RGB (Red+Green+Blue) = 94+115+98=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7362 is #A18C9D. Grayscale: #6A6A6A. Windows color (decimal): -10587294 or 6452062. OLE color: 6452062.

HSL color Cylindrical-coordinate representation of color #5E7362: hue angle of 131.43º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E7362 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB9411598-
CMYK0.1800.150.55
HSL131.43º10.05%40.98%-
HSV(B)131.43º18.26%45.1%-
XYZ12.9515.5213.87-
YUV106.78123.04118.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.62%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=30.62%
G=37.46%
B=31.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94115980.1800.150.55131.4310.0540.98
Hex5E7362120F3783a29
Octal13616314222017672031251
Binary1011110111001111000101001001111110111100000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,115,98); }

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

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

 a { background-color: rgb(94,115,98); }

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

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

 span { border-color: rgb(94,115,98); }

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