Html Css Color HEX #585842 Verdigris

📋 copy color: '#585842'

red 88 ◦ green 88 ◦ blue 66

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

Shades of Verdigris #585842

Tints of Verdigris #585842

RGB

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

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

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

R = 36.36%
G = 36.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#585842 (or 0x585842) is known color: Verdigris. HEX triplet: 58, 58 and 42. RGB value is (88,88,66). Sum of RGB (Red+Green+Blue) = 88+88+66=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585842 is #A7A7BD. Grayscale: #555555. Windows color (decimal): -10987454 or 4347992. OLE color: 4347992.

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

Color convert

RGB 88 88 66 -
CMYK 0 0 0.25 0.65
HSL 60º 0.14% 0.3% -
HSV(B) 60º 0.25% 0.35% -
XYZ 8.5 9.45 6.53 -
YUV 85.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 88 88 66 0 0 0.25 0.65 60 0.14 0.3
Hex 58 58 42 0 0 19 41 3C E 1E
Octal 130 130 102 0 0 31 101 74 16 36
Binary 1011000 1011000 1000010 0 0 11001 1000001 111100 1110 11110

Color Harmonies of #585842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585842

Black with #585842

Text Example


Text Example

White with #585842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585842; }

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

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

background-color css

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

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

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

border-color css

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

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

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