#5F6041

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

Shades of Verdigris #5F6041

Tints of Verdigris #5F6041

Color information

#5F6041 (or 0x5F6041) is unknown color: approx Verdigris. HEX triplet: 5F, 60 and 41. RGB value is (95,96,65). Sum of RGB (Red+Green+Blue) = 95+96+65=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6041 is #A09FBE. Grayscale: #5C5C5C. Windows color (decimal): -10526655 or 4284511. OLE color: 4284511.

HSL color Cylindrical-coordinate representation of color #5F6041: hue angle of 61.94º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F6041 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB959665-
CMYK0.0100.320.62
HSL61.94º19.25%31.57%-
HSV(B)61.94º32.29%37.65%-
XYZ9.8611.186.64-
YUV92.17112.67130.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.11%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 65 (25.78% from 255) = 25.39%
R=37.11%
G=37.5%
B=25.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596650.0100.320.6261.9419.2531.57
Hex5F604110203E3e1320
Octal137140101104076762340
Binary1011111110000010000011010000011111011111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,96,65); }

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

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

 a { background-color: rgb(95,96,65); }

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

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

 span { border-color: rgb(95,96,65); }

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