Html Css Color HEX #5A5936 Verdigris

📋 copy color: '#5A5936'

red 90 ◦ green 89 ◦ blue 54

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

Shades of Verdigris #5A5936

Tints of Verdigris #5A5936

RGB

 RED value IS 90 (35.55% from 255) = 38.63%

 GREEN value IS 89 (35.16% from 255) = 38.2%

 BLUE value IS 54 (21.48% from 255) = 23.18%

R = 38.63%
G = 38.2%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#5A5936 (or 0x5A5936) is known color: Verdigris. HEX triplet: 5A, 59 and 36. RGB value is (90,89,54). Sum of RGB (Red+Green+Blue) = 90+89+54=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5936 is #A5A6C9. Grayscale: #555555. Windows color (decimal): -10856138 or 3561818. OLE color: 3561818.

HSL color Cylindrical-coordinate representation of color #5A5936: hue angle of 58.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A5936 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 89 54 -
CMYK 0 0.01 0.40 0.65
HSL 58.33º 0.25% 0.28% -
HSV(B) 58.33º 0.4% 0.35% -
XYZ 8.45 9.58 4.89 -
YUV 85.31 110.33 131.35 -
System Red Green Blue C M Y K H S L
Decimal 90 89 54 0 0.01 0.40 0.65 58.33 0.25 0.28
Hex 5A 59 36 0 1 28 41 3A 19 1C
Octal 132 131 66 0 1 50 101 72 31 34
Binary 1011010 1011001 110110 0 1 101000 1000001 111010 11001 11100

Color Harmonies of #5A5936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5936

Black with #5A5936

Text Example


Text Example

White with #5A5936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A5936; }

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

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

background-color css

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

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

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

border-color css

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

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

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