#5D615F

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

Shades of Viridian Green #5D615F

Tints of Viridian Green #5D615F

Color information

#5D615F (or 0x5D615F) is unknown color: approx Viridian Green. HEX triplet: 5D, 61 and 5F. RGB value is (93,97,95). Sum of RGB (Red+Green+Blue) = 93+97+95=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 97 - color contains mainly: green. Hex color #5D615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D615F is #A29EA0. Grayscale: #5F5F5F. Windows color (decimal): -10657441 or 6250845. OLE color: 6250845.

HSL color Cylindrical-coordinate representation of color #5D615F: hue angle of 150º 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 #5D615F is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB939795-
CMYK0.0400.020.62
HSL150º2.11%37.25%-
HSV(B)150º4.12%38.04%-
XYZ10.8511.712.51-
YUV95.58127.67126.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=32.63%
G=34.04%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9397950.0400.020.621502.1137.25
Hex5D615F4023E96225
Octal13514113740276226245
Binary1011101110000110111111000101111101001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,97,95); }

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

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

 a { background-color: rgb(93,97,95); }

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

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

 span { border-color: rgb(93,97,95); }

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