Html Css Color HEX #5B6461 Viridian Green

📋 copy color: '#5B6461'

red 91 ◦ green 100 ◦ blue 97

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

Shades of Viridian Green #5B6461

Tints of Viridian Green #5B6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.72%

 BLUE value IS 97 (38.28% from 255) = 33.68%

R = 31.6%
G = 34.72%
B = 33.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#5B6461 (or 0x5B6461) is known color: Viridian Green. HEX triplet: 5B, 64 and 61. RGB value is (91,100,97). Sum of RGB (Red+Green+Blue) = 91+100+97=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 100 - color contains mainly: green. Hex color #5B6461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6461 is #A49B9E. Grayscale: #606060. Windows color (decimal): -10787743 or 6382683. OLE color: 6382683.

HSL color Cylindrical-coordinate representation of color #5B6461: hue angle of 160º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5B6461 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 91 100 97 -
CMYK 0.09 0 0.03 0.61
HSL 160º 0.05% 0.37% -
HSV(B) 160º 0.09% 0.39% -
XYZ 11.03 12.2 13.08 -
YUV 96.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 91 100 97 0.09 0 0.03 0.61 160 0.05 0.37
Hex 5B 64 61 9 0 3 3D A0 5 25
Octal 133 144 141 11 0 3 75 240 5 45
Binary 1011011 1100100 1100001 1001 0 11 111101 10100000 101 100101

Color Harmonies of #5B6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6461

Black with #5B6461

Text Example


Text Example

White with #5B6461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,100,97); }

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

background-color css

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

 a { background-color: rgb(91,100,97); }

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

border-color css

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

 span { border-color: rgb(91,100,97); }

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