Html Css Color HEX #5C5D46 Verdigris

📋 copy color: '#5C5D46'

red 92 ◦ green 93 ◦ blue 70

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

Shades of Verdigris #5C5D46

Tints of Verdigris #5C5D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.45%

R = 36.08%
G = 36.47%
B = 27.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#5C5D46 (or 0x5C5D46) is known color: Verdigris. HEX triplet: 5C, 5D and 46. RGB value is (92,93,70). Sum of RGB (Red+Green+Blue) = 92+93+70=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 93 - color contains mainly: green. Hex color #5C5D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5D46 is #A3A2B9. Grayscale: #5A5A5A. Windows color (decimal): -10724026 or 4611420. OLE color: 4611420.

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

Color convert

RGB 92 93 70 -
CMYK 0.01 0 0.25 0.64
HSL 62.61º 0.14% 0.32% -
HSV(B) 62.61º 0.25% 0.36% -
XYZ 9.43 10.55 7.33 -
YUV 90.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 92 93 70 0.01 0 0.25 0.64 62.61 0.14 0.32
Hex 5C 5D 46 1 0 19 40 3F E 20
Octal 134 135 106 1 0 31 100 77 16 40
Binary 1011100 1011101 1000110 1 0 11001 1000000 111111 1110 100000

Color Harmonies of #5C5D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5D46

Black with #5C5D46

Text Example


Text Example

White with #5C5D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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