Html Css Color HEX #595A46 Verdigris

📋 copy color: '#595A46'

red 89 ◦ green 90 ◦ blue 70

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

Shades of Verdigris #595A46

Tints of Verdigris #595A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.11%

R = 35.74%
G = 36.14%
B = 28.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#595A46 (or 0x595A46) is known color: Verdigris. HEX triplet: 59, 5A and 46. RGB value is (89,90,70). Sum of RGB (Red+Green+Blue) = 89+90+70=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 90 - color contains mainly: green. Hex color #595A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A46 is #A6A5B9. Grayscale: #575757. Windows color (decimal): -10921402 or 4610649. OLE color: 4610649.

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

Color convert

RGB 89 90 70 -
CMYK 0.01 0 0.22 0.65
HSL 63º 0.13% 0.31% -
HSV(B) 63º 0.22% 0.35% -
XYZ 8.88 9.88 7.23 -
YUV 87.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 89 90 70 0.01 0 0.22 0.65 63 0.13 0.31
Hex 59 5A 46 1 0 16 41 3F C 1F
Octal 131 132 106 1 0 26 101 77 14 37
Binary 1011001 1011010 1000110 1 0 10110 1000001 111111 1100 11111

Color Harmonies of #595A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A46

Black with #595A46

Text Example


Text Example

White with #595A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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