#5C5F5E

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

Shades of Viridian Green #5C5F5E

Tints of Viridian Green #5C5F5E

Color information

#5C5F5E (or 0x5C5F5E) is unknown color: approx Viridian Green. HEX triplet: 5C, 5F and 5E. RGB value is (92,95,94). Sum of RGB (Red+Green+Blue) = 92+95+94=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 95 - color contains mainly: green. Hex color #5C5F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5F5E is #A3A0A1. Grayscale: #5D5D5D. Windows color (decimal): -10723490 or 6184796. OLE color: 6184796.

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

Color convert

RGB929594-
CMYK0.0300.010.63
HSL160º1.6%36.67%-
HSV(B)160º3.16%37.25%-
XYZ10.5311.2712.21-
YUV93.99128.01126.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.74%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=32.74%
G=33.81%
B=33.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9295940.0300.010.631601.636.67
Hex5C5F5E3013Fa0225
Octal13413713630177240245
Binary10111001011111101111011011111111010000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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