#5C605F

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

Shades of Viridian Green #5C605F

Tints of Viridian Green #5C605F

Color information

#5C605F (or 0x5C605F) is unknown color: approx Viridian Green. HEX triplet: 5C, 60 and 5F. RGB value is (92,96,95). Sum of RGB (Red+Green+Blue) = 92+96+95=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 96 - color contains mainly: green. Hex color #5C605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C605F is #A39FA0. Grayscale: #5E5E5E. Windows color (decimal): -10723233 or 6250588. OLE color: 6250588.

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

Color convert

RGB929695-
CMYK0.0400.010.62
HSL165º2.13%36.86%-
HSV(B)165º4.17%37.65%-
XYZ10.6611.4712.48-
YUV94.69128.17126.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.51%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=32.51%
G=33.92%
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.62
SystemRedGreenBlueCMYKHSL
Decimal9296950.0400.010.621652.1336.86
Hex5C605F4013Ea5225
Octal13414013740176245245
Binary101110011000001011111100011111101010010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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