#56655E

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

Shades of Viridian Green #56655E

Tints of Viridian Green #56655E

Color information

#56655E (or 0x56655E) is unknown color: approx Viridian Green. HEX triplet: 56, 65 and 5E. RGB value is (86,101,94). Sum of RGB (Red+Green+Blue) = 86+101+94=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #56655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56655E is #A99AA1. Grayscale: #5F5F5F. Windows color (decimal): -11115170 or 6186326. OLE color: 6186326.

HSL color Cylindrical-coordinate representation of color #56655E: hue angle of 152º 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 #56655E is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB8610194-
CMYK0.1500.070.60
HSL152º8.02%36.67%-
HSV(B)152º14.85%39.61%-
XYZ10.5112.0912.37-
YUV95.72127.03121.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=30.60%
G=35.94%
B=33.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101940.1500.070.601528.0236.67
Hex56655EF073C98825
Octal1261451361707742301045
Binary10101101100101101111011110111111100100110001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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