Html Css Color HEX #595B42 Verdigris

📋 copy color: '#595B42'

red 89 ◦ green 91 ◦ blue 66

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

Shades of Verdigris #595B42

Tints of Verdigris #595B42

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.99%

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

R = 36.18%
G = 36.99%
B = 26.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#595B42 (or 0x595B42) is known color: Verdigris. HEX triplet: 59, 5B and 42. RGB value is (89,91,66). Sum of RGB (Red+Green+Blue) = 89+91+66=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 91 - color contains mainly: green. Hex color #595B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595B42 is #A6A4BD. Grayscale: #575757. Windows color (decimal): -10921150 or 4348761. OLE color: 4348761.

HSL color Cylindrical-coordinate representation of color #595B42: hue angle of 64.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #595B42 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 91 66 -
CMYK 0.02 0 0.27 0.64
HSL 64.8º 0.16% 0.31% -
HSV(B) 64.8º 0.27% 0.36% -
XYZ 8.84 10 6.62 -
YUV 87.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 89 91 66 0.02 0 0.27 0.64 64.8 0.16 0.31
Hex 59 5B 42 2 0 1B 40 41 10 1F
Octal 131 133 102 2 0 33 100 101 20 37
Binary 1011001 1011011 1000010 10 0 11011 1000000 1000001 10000 11111

Color Harmonies of #595B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595B42

Black with #595B42

Text Example


Text Example

White with #595B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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