Html Css Color HEX #585A3D Verdigris

📋 copy color: '#585A3D'

red 88 ◦ green 90 ◦ blue 61

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

Shades of Verdigris #585A3D

Tints of Verdigris #585A3D

RGB

 RED value IS 88 (34.77% from 255) = 36.82%

 GREEN value IS 90 (35.55% from 255) = 37.66%

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 36.82%
G = 37.66%
B = 25.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#585A3D (or 0x585A3D) is known color: Verdigris. HEX triplet: 58, 5A and 3D. RGB value is (88,90,61). Sum of RGB (Red+Green+Blue) = 88+90+61=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 90 - color contains mainly: green. Hex color #585A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A3D is #A7A5C2. Grayscale: #565656. Windows color (decimal): -10986947 or 4020824. OLE color: 4020824.

HSL color Cylindrical-coordinate representation of color #585A3D: hue angle of 64.14º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #585A3D is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 90 61 -
CMYK 0.02 0 0.32 0.65
HSL 64.14º 0.19% 0.3% -
HSV(B) 64.14º 0.32% 0.35% -
XYZ 8.52 9.72 5.84 -
YUV 86.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 88 90 61 0.02 0 0.32 0.65 64.14 0.19 0.3
Hex 58 5A 3D 2 0 20 41 40 13 1E
Octal 130 132 75 2 0 40 101 100 23 36
Binary 1011000 1011010 111101 10 0 100000 1000001 1000000 10011 11110

Color Harmonies of #585A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A3D

Black with #585A3D

Text Example


Text Example

White with #585A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585A3D; }

 p { color: rgb(88,90,61); }

 H1.HeaderClassName
 {
   color: #585A3D;
 }
 .AnyTagClassName
 {
   color: #585A3D;
 }
</style>

background-color css

<style>
 a { background-color: #585A3D; }

 a { background-color: rgb(88,90,61); }

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

border-color css

<style>
 span { border-color: #585A3D; }

 span { border-color: rgb(88,90,61); }

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