#5F613B

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

Shades of Verdigris #5F613B

Tints of Verdigris #5F613B

Color information

#5F613B (or 0x5F613B) is unknown color: approx Verdigris. HEX triplet: 5F, 61 and 3B. RGB value is (95,97,59). Sum of RGB (Red+Green+Blue) = 95+97+59=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #5F613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F613B is #A09EC4. Grayscale: #5C5C5C. Windows color (decimal): -10526405 or 3891551. OLE color: 3891551.

HSL color Cylindrical-coordinate representation of color #5F613B: hue angle of 63.16º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F613B is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB959759-
CMYK0.0200.390.62
HSL63.16º24.36%30.59%-
HSV(B)63.16º39.18%38.04%-
XYZ9.7811.35.8-
YUV92.07109.34130.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.85%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 59 (23.44% from 255) = 23.51%
R=37.85%
G=38.65%
B=23.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597590.0200.390.6263.1624.3630.59
Hex5F613B20273E3f181f
Octal13714173204776773037
Binary101111111000011110111001001111111101111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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