#56645D

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

Shades of Viridian Green #56645D

Tints of Viridian Green #56645D

Color information

#56645D (or 0x56645D) is unknown color: approx Viridian Green. HEX triplet: 56, 64 and 5D. RGB value is (86,100,93). Sum of RGB (Red+Green+Blue) = 86+100+93=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 100 - color contains mainly: green. Hex color #56645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56645D is #A99BA2. Grayscale: #5F5F5F. Windows color (decimal): -11115427 or 6120534. OLE color: 6120534.

HSL color Cylindrical-coordinate representation of color #56645D: hue angle of 150º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #56645D is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB8610093-
CMYK0.1400.070.61
HSL150º7.53%36.47%-
HSV(B)150º14%39.22%-
XYZ10.3711.8812.1-
YUV95.02126.86121.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=30.82%
G=35.84%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal86100930.1400.070.611507.5336.47
Hex56645DE073D96824
Octal1261441351607752261044
Binary10101101100100101110111100111111101100101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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