#5E605F

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

Shades of Viridian Green #5E605F

Tints of Viridian Green #5E605F

Color information

#5E605F (or 0x5E605F) is unknown color: approx Viridian Green. HEX triplet: 5E, 60 and 5F. RGB value is (94,96,95). Sum of RGB (Red+Green+Blue) = 94+96+95=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 96 - color contains mainly: green. Hex color #5E605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E605F is #A19FA0. Grayscale: #5F5F5F. Windows color (decimal): -10592161 or 6250590. OLE color: 6250590.

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

Color convert

RGB949695-
CMYK0.0200.010.62
HSL150º1.05%37.25%-
HSV(B)150º2.08%37.65%-
XYZ10.8611.5712.49-
YUV95.29127.84127.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.98%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=32.98%
G=33.68%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496950.0200.010.621501.0537.25
Hex5E605F2013E96125
Octal13614013720176226145
Binary1011110110000010111111001111110100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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