#56665F

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

Shades of Viridian Green #56665F

Tints of Viridian Green #56665F

Color information

#56665F (or 0x56665F) is unknown color: approx Viridian Green. HEX triplet: 56, 66 and 5F. RGB value is (86,102,95). Sum of RGB (Red+Green+Blue) = 86+102+95=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 102 - color contains mainly: green. Hex color #56665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56665F is #A999A0. Grayscale: #606060. Windows color (decimal): -11114913 or 6252118. OLE color: 6252118.

HSL color Cylindrical-coordinate representation of color #56665F: hue angle of 153.75º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #56665F is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB8610295-
CMYK0.1600.070.6
HSL153.75º8.51%36.86%-
HSV(B)153.75º15.69%40%-
XYZ10.6512.3112.64-
YUV96.42127.2120.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=30.39%
G=36.04%
B=33.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86102950.1600.070.6153.758.5136.86
Hex56665F10073C9a925
Octal1261461372007742321145
Binary101011011001101011111100000111111100100110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56665F; }

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

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

<style>
 a { background-color: #56665F; }

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

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

<style>
 span { border-color: #56665F; }

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

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