Html Css Color HEX #595A3D Verdigris

📋 copy color: '#595A3D'

red 89 ◦ green 90 ◦ blue 61

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

Shades of Verdigris #595A3D

Tints of Verdigris #595A3D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.5%

 BLUE value IS 61 (24.22% from 255) = 25.42%

R = 37.08%
G = 37.5%
B = 25.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#595A3D (or 0x595A3D) is known color: Verdigris. HEX triplet: 59, 5A and 3D. RGB value is (89,90,61). Sum of RGB (Red+Green+Blue) = 89+90+61=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 90 - color contains mainly: green. Hex color #595A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A3D is #A6A5C2. Grayscale: #565656. Windows color (decimal): -10921411 or 4020825. OLE color: 4020825.

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

Color convert

RGB 89 90 61 -
CMYK 0.01 0 0.32 0.65
HSL 62.07º 0.19% 0.3% -
HSV(B) 62.07º 0.32% 0.35% -
XYZ 8.62 9.77 5.85 -
YUV 86.4 113.67 129.86 -
System Red Green Blue C M Y K H S L
Decimal 89 90 61 0.01 0 0.32 0.65 62.07 0.19 0.3
Hex 59 5A 3D 1 0 20 41 3E 13 1E
Octal 131 132 75 1 0 40 101 76 23 36
Binary 1011001 1011010 111101 1 0 100000 1000001 111110 10011 11110

Color Harmonies of #595A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A3D

Black with #595A3D

Text Example


Text Example

White with #595A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,61); }

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

background-color css

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

 a { background-color: rgb(89,90,61); }

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

border-color css

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

 span { border-color: rgb(89,90,61); }

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