Html Css Color HEX #585942 Verdigris

📋 copy color: '#585942'

red 88 ◦ green 89 ◦ blue 66

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

Shades of Verdigris #585942

Tints of Verdigris #585942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.16%

R = 36.21%
G = 36.63%
B = 27.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#585942 (or 0x585942) is known color: Verdigris. HEX triplet: 58, 59 and 42. RGB value is (88,89,66). Sum of RGB (Red+Green+Blue) = 88+89+66=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #585942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585942 is #A7A6BD. Grayscale: #565656. Windows color (decimal): -10987198 or 4348248. OLE color: 4348248.

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

Color convert

RGB 88 89 66 -
CMYK 0.01 0 0.26 0.65
HSL 62.61º 0.15% 0.3% -
HSV(B) 62.61º 0.26% 0.35% -
XYZ 8.58 9.61 6.56 -
YUV 86.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 88 89 66 0.01 0 0.26 0.65 62.61 0.15 0.3
Hex 58 59 42 1 0 1A 41 3F F 1E
Octal 130 131 102 1 0 32 101 77 17 36
Binary 1011000 1011001 1000010 1 0 11010 1000001 111111 1111 11110

Color Harmonies of #585942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585942

Black with #585942

Text Example


Text Example

White with #585942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585942; }

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

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

background-color css

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

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

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

border-color css

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

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

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