#5B5F5E

Color #5B5F5E Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #5B5F5E

Tints of Viridian Green #5B5F5E

Color information

#5B5F5E (or 0x5B5F5E) is unknown color: approx Viridian Green. HEX triplet: 5B, 5F and 5E. RGB value is (91,95,94). Sum of RGB (Red+Green+Blue) = 91+95+94=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 95 - color contains mainly: green. Hex color #5B5F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5F5E is #A4A0A1. Grayscale: #5D5D5D. Windows color (decimal): -10789026 or 6184795. OLE color: 6184795.

HSL color Cylindrical-coordinate representation of color #5B5F5E: hue angle of 165º degrees, saturation: 0.02, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5B5F5E is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB919594-
CMYK0.0400.010.63
HSL165º2.15%36.47%-
HSV(B)165º4.21%37.25%-
XYZ10.4311.2212.21-
YUV93.69128.17126.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=32.5%
G=33.93%
B=33.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9195940.0400.010.631652.1536.47
Hex5B5F5E4013Fa5224
Octal13313713640177245244
Binary101101110111111011110100011111111010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,95,94); }

 H1.HeaderClassName
 {
   color: #5B5F5E;
 }
 .AnyTagClassName
 {
   color: #5B5F5E;
 }
</style>
background-color css

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

 a { background-color: rgb(91,95,94); }

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

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

 span { border-color: rgb(91,95,94); }

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