#56655D

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

Shades of Viridian Green #56655D

Tints of Viridian Green #56655D

Color information

#56655D (or 0x56655D) is unknown color: approx Viridian Green. HEX triplet: 56, 65 and 5D. RGB value is (86,101,93). Sum of RGB (Red+Green+Blue) = 86+101+93=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #56655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56655D is #A99AA2. Grayscale: #5F5F5F. Windows color (decimal): -11115171 or 6120790. OLE color: 6120790.

HSL color Cylindrical-coordinate representation of color #56655D: hue angle of 148º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #56655D is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB8610193-
CMYK0.1500.080.60
HSL148º8.02%36.67%-
HSV(B)148º14.85%39.61%-
XYZ10.4712.0812.14-
YUV95.6126.53121.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.71%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=30.71%
G=36.07%
B=33.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101930.1500.080.601488.0236.67
Hex56655DF083C94825
Octal12614513517010742241045
Binary101011011001011011101111101000111100100101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56655D; }

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

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

<style>
 a { background-color: #56655D; }

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

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

<style>
 span { border-color: #56655D; }

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

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