#5F613D

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

Shades of Verdigris #5F613D

Tints of Verdigris #5F613D

Color information

#5F613D (or 0x5F613D) is unknown color: approx Verdigris. HEX triplet: 5F, 61 and 3D. RGB value is (95,97,61). Sum of RGB (Red+Green+Blue) = 95+97+61=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #5F613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F613D is #A09EC2. Grayscale: #5C5C5C. Windows color (decimal): -10526403 or 4022623. OLE color: 4022623.

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

Color convert

RGB959761-
CMYK0.0200.370.62
HSL63.33º22.78%30.98%-
HSV(B)63.33º37.11%38.04%-
XYZ9.8411.326.08-
YUV92.3110.34129.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.55%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=37.55%
G=38.34%
B=24.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597610.0200.370.6263.3322.7830.98
Hex5F613D20253E3f171f
Octal13714175204576772737
Binary101111111000011111011001001011111101111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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