#56655F

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

Shades of Viridian Green #56655F

Tints of Viridian Green #56655F

Color information

#56655F (or 0x56655F) is unknown color: approx Viridian Green. HEX triplet: 56, 65 and 5F. RGB value is (86,101,95). Sum of RGB (Red+Green+Blue) = 86+101+95=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 101 - color contains mainly: green. Hex color #56655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56655F is #A99AA0. Grayscale: #5F5F5F. Windows color (decimal): -11115169 or 6251862. OLE color: 6251862.

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

Color convert

RGB8610195-
CMYK0.1500.060.60
HSL156º8.02%36.67%-
HSV(B)156º14.85%39.61%-
XYZ10.5612.1112.61-
YUV95.83127.53120.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=30.50%
G=35.82%
B=33.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101950.1500.060.601568.0236.67
Hex56655FF063C9c825
Octal1261451371706742341045
Binary10101101100101101111111110110111100100111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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