#5D603C

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

Shades of Verdigris #5D603C

Tints of Verdigris #5D603C

Color information

#5D603C (or 0x5D603C) is unknown color: approx Verdigris. HEX triplet: 5D, 60 and 3C. RGB value is (93,96,60). Sum of RGB (Red+Green+Blue) = 93+96+60=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #5D603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D603C is #A29FC3. Grayscale: #5B5B5B. Windows color (decimal): -10657732 or 3956829. OLE color: 3956829.

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

Color convert

RGB939660-
CMYK0.0300.380.62
HSL65º23.08%30.59%-
HSV(B)65º37.5%37.65%-
XYZ9.5111.025.9-
YUV91110.51129.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.35%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=37.35%
G=38.55%
B=24.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9396600.0300.380.626523.0830.59
Hex5D603C30263E41171f
Octal135140743046761012737
Binary1011101110000011110011010011011111010000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,96,60); }

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

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

 a { background-color: rgb(93,96,60); }

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

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

 span { border-color: rgb(93,96,60); }

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