Html Css Color HEX #5C5D47 Verdigris

📋 copy color: '#5C5D47'

red 92 ◦ green 93 ◦ blue 71

#5C5D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #5C5D47

Tints of Verdigris #5C5D47

RGB

 RED value IS 92 (36.33% from 255) = 35.94%

 GREEN value IS 93 (36.72% from 255) = 36.33%

 BLUE value IS 71 (28.13% from 255) = 27.73%

R = 35.94%
G = 36.33%
B = 27.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#5C5D47 (or 0x5C5D47) is known color: Verdigris. HEX triplet: 5C, 5D and 47. RGB value is (92,93,71). Sum of RGB (Red+Green+Blue) = 92+93+71=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 93 - color contains mainly: green. Hex color #5C5D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5D47 is #A3A2B8. Grayscale: #5A5A5A. Windows color (decimal): -10724025 or 4676956. OLE color: 4676956.

HSL color Cylindrical-coordinate representation of color #5C5D47: hue angle of 62.73º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5C5D47 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 93 71 -
CMYK 0.01 0 0.24 0.64
HSL 62.73º 0.13% 0.32% -
HSV(B) 62.73º 0.24% 0.36% -
XYZ 9.47 10.56 7.5 -
YUV 90.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 92 93 71 0.01 0 0.24 0.64 62.73 0.13 0.32
Hex 5C 5D 47 1 0 18 40 3F D 20
Octal 134 135 107 1 0 30 100 77 15 40
Binary 1011100 1011101 1000111 1 0 11000 1000000 111111 1101 100000

Color Harmonies of #5C5D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5D47

Black with #5C5D47

Text Example


Text Example

White with #5C5D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,93,71); }

 H1.HeaderClassName
 {
   color: #5C5D47;
 }
 .AnyTagClassName
 {
   color: #5C5D47;
 }
</style>

background-color css

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

 a { background-color: rgb(92,93,71); }

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

border-color css

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

 span { border-color: rgb(92,93,71); }

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