#565F5D

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

Shades of Viridian Green #565F5D

Tints of Viridian Green #565F5D

Color information

#565F5D (or 0x565F5D) is unknown color: approx Viridian Green. HEX triplet: 56, 5F and 5D. RGB value is (86,95,93). Sum of RGB (Red+Green+Blue) = 86+95+93=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 95 - color contains mainly: green. Hex color #565F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F5D is #A9A0A2. Grayscale: #5C5C5C. Windows color (decimal): -11116707 or 6119254. OLE color: 6119254.

HSL color Cylindrical-coordinate representation of color #565F5D: hue angle of 166.67º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #565F5D is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB869593-
CMYK0.0900.020.63
HSL166.67º4.97%35.49%-
HSV(B)166.67º9.47%37.25%-
XYZ9.9110.9511.95-
YUV92.08128.52123.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=31.39%
G=34.67%
B=33.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8695930.0900.020.63166.674.9735.49
Hex565F5D9023Fa7523
Octal126137135110277247543
Binary101011010111111011101100101011111110100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565F5D; }

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

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

<style>
 a { background-color: #565F5D; }

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

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

<style>
 span { border-color: #565F5D; }

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

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