#5F6335

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

Shades of Verdigris #5F6335

Tints of Verdigris #5F6335

Color information

#5F6335 (or 0x5F6335) is unknown color: approx Verdigris. HEX triplet: 5F, 63 and 35. RGB value is (95,99,53). Sum of RGB (Red+Green+Blue) = 95+99+53=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6335 is #A09CCA. Grayscale: #5C5C5C. Windows color (decimal): -10525899 or 3498847. OLE color: 3498847.

HSL color Cylindrical-coordinate representation of color #5F6335: hue angle of 65.22º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F6335 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB959953-
CMYK0.0400.460.61
HSL65.22º30.26%29.8%-
HSV(B)65.22º46.46%38.82%-
XYZ9.8211.615.09-
YUV92.56105.67129.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.46%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 53 (21.09% from 255) = 21.46%
R=38.46%
G=40.08%
B=21.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9599530.0400.460.6165.2230.2629.8
Hex5F6335402E3D411e1e
Octal137143654056751013636
Binary10111111100011110101100010111011110110000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,99,53); }

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

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

 a { background-color: rgb(95,99,53); }

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

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

 span { border-color: rgb(95,99,53); }

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