#5E6137

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

Shades of Verdigris #5E6137

Tints of Verdigris #5E6137

Color information

#5E6137 (or 0x5E6137) is unknown color: approx Verdigris. HEX triplet: 5E, 61 and 37. RGB value is (94,97,55). Sum of RGB (Red+Green+Blue) = 94+97+55=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6137 is #A19EC8. Grayscale: #5B5B5B. Windows color (decimal): -10591945 or 3629406. OLE color: 3629406.

HSL color Cylindrical-coordinate representation of color #5E6137: hue angle of 64.29º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E6137 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB949755-
CMYK0.0300.430.62
HSL64.29º27.63%29.8%-
HSV(B)64.29º43.3%38.04%-
XYZ9.5811.25.27-
YUV91.32107.51129.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.21%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=38.21%
G=39.43%
B=22.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497550.0300.430.6264.2927.6329.8
Hex5E6137302B3E401c1e
Octal136141673053761003436
Binary1011110110000111011111010101111111010000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,97,55); }

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

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

 a { background-color: rgb(94,97,55); }

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

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

 span { border-color: rgb(94,97,55); }

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