#5F6563

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

Shades of Viridian Green #5F6563

Tints of Viridian Green #5F6563

Color information

#5F6563 (or 0x5F6563) is unknown color: approx Viridian Green. HEX triplet: 5F, 65 and 63. RGB value is (95,101,99). Sum of RGB (Red+Green+Blue) = 95+101+99=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6563 is #A09A9C. Grayscale: #626262. Windows color (decimal): -10525341 or 6514015. OLE color: 6514015.

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

Color convert

RGB9510199-
CMYK0.0600.020.60
HSL160º3.06%38.43%-
HSV(B)160º5.94%39.61%-
XYZ11.6312.6413.63-
YUV98.98128.01125.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.20%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=32.20%
G=34.24%
B=33.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95101990.0600.020.601603.0638.43
Hex5F65636023Ca0326
Octal13714514360274240346
Binary1011111110010111000111100101111001010000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,101,99); }

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

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

 a { background-color: rgb(95,101,99); }

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

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

 span { border-color: rgb(95,101,99); }

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