#5F613A

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

Shades of Verdigris #5F613A

Tints of Verdigris #5F613A

Color information

#5F613A (or 0x5F613A) is unknown color: approx Verdigris. HEX triplet: 5F, 61 and 3A. RGB value is (95,97,58). Sum of RGB (Red+Green+Blue) = 95+97+58=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #5F613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F613A is #A09EC5. Grayscale: #5C5C5C. Windows color (decimal): -10526406 or 3826015. OLE color: 3826015.

HSL color Cylindrical-coordinate representation of color #5F613A: hue angle of 63.08º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F613A is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB959758-
CMYK0.0200.400.62
HSL63.08º25.16%30.39%-
HSV(B)63.08º40.21%38.04%-
XYZ9.7611.295.67-
YUV91.96108.84130.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=38%
G=38.8%
B=23.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597580.0200.400.6263.0825.1630.39
Hex5F613A20283E3f191e
Octal13714172205076773136
Binary101111111000011110101001010001111101111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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