Html Css Color HEX #585945 Verdigris

📋 copy color: '#585945'

red 88 ◦ green 89 ◦ blue 69

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

Shades of Verdigris #585945

Tints of Verdigris #585945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.18%

 BLUE value IS 69 (27.34% from 255) = 28.05%

R = 35.77%
G = 36.18%
B = 28.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#585945 (or 0x585945) is known color: Verdigris. HEX triplet: 58, 59 and 45. RGB value is (88,89,69). Sum of RGB (Red+Green+Blue) = 88+89+69=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #585945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585945 is #A7A6BA. Grayscale: #565656. Windows color (decimal): -10987195 or 4544856. OLE color: 4544856.

HSL color Cylindrical-coordinate representation of color #585945: hue angle of 63º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #585945 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 89 69 -
CMYK 0.01 0 0.22 0.65
HSL 63º 0.13% 0.31% -
HSV(B) 63º 0.22% 0.35% -
XYZ 8.67 9.65 7.04 -
YUV 86.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 88 89 69 0.01 0 0.22 0.65 63 0.13 0.31
Hex 58 59 45 1 0 16 41 3F D 1F
Octal 130 131 105 1 0 26 101 77 15 37
Binary 1011000 1011001 1000101 1 0 10110 1000001 111111 1101 11111

Color Harmonies of #585945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585945

Black with #585945

Text Example


Text Example

White with #585945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585945; }

 p { color: rgb(88,89,69); }

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

background-color css

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

 a { background-color: rgb(88,89,69); }

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

border-color css

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

 span { border-color: rgb(88,89,69); }

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