#5F613F

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

Shades of Verdigris #5F613F

Tints of Verdigris #5F613F

Color information

#5F613F (or 0x5F613F) is unknown color: approx Verdigris. HEX triplet: 5F, 61 and 3F. RGB value is (95,97,63). Sum of RGB (Red+Green+Blue) = 95+97+63=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 97 - color contains mainly: green. Hex color #5F613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F613F is #A09EC0. Grayscale: #5C5C5C. Windows color (decimal): -10526401 or 4153695. OLE color: 4153695.

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

Color convert

RGB959763-
CMYK0.0200.350.62
HSL63.53º21.25%31.37%-
HSV(B)63.53º35.05%38.04%-
XYZ9.8911.346.37-
YUV92.53111.34129.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.25%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 63 (25% from 255) = 24.71%
R=37.25%
G=38.04%
B=24.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597630.0200.350.6263.5321.2531.37
Hex5F613F20233E40151f
Octal137141772043761002537
Binary1011111110000111111110010001111111010000001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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