Html Css Color HEX #585840 Verdigris

📋 copy color: '#585840'

red 88 ◦ green 88 ◦ blue 64

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

Shades of Verdigris #585840

Tints of Verdigris #585840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.67%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 36.67%
G = 36.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#585840 (or 0x585840) is known color: Verdigris. HEX triplet: 58, 58 and 40. RGB value is (88,88,64). Sum of RGB (Red+Green+Blue) = 88+88+64=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585840 is #A7A7BF. Grayscale: #555555. Windows color (decimal): -10987456 or 4216920. OLE color: 4216920.

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

Color convert

RGB 88 88 64 -
CMYK 0 0 0.27 0.65
HSL 60º 0.16% 0.3% -
HSV(B) 60º 0.27% 0.35% -
XYZ 8.44 9.42 6.22 -
YUV 85.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 88 88 64 0 0 0.27 0.65 60 0.16 0.3
Hex 58 58 40 0 0 1B 41 3C 10 1E
Octal 130 130 100 0 0 33 101 74 20 36
Binary 1011000 1011000 1000000 0 0 11011 1000001 111100 10000 11110

Color Harmonies of #585840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585840

Black with #585840

Text Example


Text Example

White with #585840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585840; }

 p { color: rgb(88,88,64); }

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

background-color css

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

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

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

border-color css

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

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

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