#5F6137

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

Shades of Verdigris #5F6137

Tints of Verdigris #5F6137

Color information

#5F6137 (or 0x5F6137) is unknown color: approx Verdigris. HEX triplet: 5F, 61 and 37. RGB value is (95,97,55). Sum of RGB (Red+Green+Blue) = 95+97+55=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6137 is #A09EC8. Grayscale: #5B5B5B. Windows color (decimal): -10526409 or 3629407. OLE color: 3629407.

HSL color Cylindrical-coordinate representation of color #5F6137: hue angle of 62.86º 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 #5F6137 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB959755-
CMYK0.0200.430.62
HSL62.86º27.63%29.8%-
HSV(B)62.86º43.3%38.04%-
XYZ9.6811.265.28-
YUV91.61107.34130.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.46%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=38.46%
G=39.27%
B=22.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597550.0200.430.6262.8627.6329.8
Hex5F6137202B3E3f1c1e
Octal13714167205376773436
Binary101111111000011101111001010111111101111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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