Html Css Color HEX #5B5D40 Verdigris

📋 copy color: '#5B5D40'

red 91 ◦ green 93 ◦ blue 64

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

Shades of Verdigris #5B5D40

Tints of Verdigris #5B5D40

RGB

 RED value IS 91 (35.94% from 255) = 36.69%

 GREEN value IS 93 (36.72% from 255) = 37.5%

 BLUE value IS 64 (25.39% from 255) = 25.81%

R = 36.69%
G = 37.5%
B = 25.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#5B5D40 (or 0x5B5D40) is known color: Verdigris. HEX triplet: 5B, 5D and 40. RGB value is (91,93,64). Sum of RGB (Red+Green+Blue) = 91+93+64=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D40 is #A4A2BF. Grayscale: #595959. Windows color (decimal): -10789568 or 4218203. OLE color: 4218203.

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

Color convert

RGB 91 93 64 -
CMYK 0.02 0 0.31 0.64
HSL 64.14º 0.18% 0.31% -
HSV(B) 64.14º 0.31% 0.36% -
XYZ 9.15 10.42 6.38 -
YUV 89.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 91 93 64 0.02 0 0.31 0.64 64.14 0.18 0.31
Hex 5B 5D 40 2 0 1F 40 40 12 1F
Octal 133 135 100 2 0 37 100 100 22 37
Binary 1011011 1011101 1000000 10 0 11111 1000000 1000000 10010 11111

Color Harmonies of #5B5D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5D40

Black with #5B5D40

Text Example


Text Example

White with #5B5D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,93,64); }

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

background-color css

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

 a { background-color: rgb(91,93,64); }

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

border-color css

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

 span { border-color: rgb(91,93,64); }

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