#56625E

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

Shades of Viridian Green #56625E

Tints of Viridian Green #56625E

Color information

#56625E (or 0x56625E) is unknown color: approx Viridian Green. HEX triplet: 56, 62 and 5E. RGB value is (86,98,94). Sum of RGB (Red+Green+Blue) = 86+98+94=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 98 - color contains mainly: green. Hex color #56625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56625E is #A99DA1. Grayscale: #5D5D5D. Windows color (decimal): -11115938 or 6185558. OLE color: 6185558.

HSL color Cylindrical-coordinate representation of color #56625E: hue angle of 160º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #56625E is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB869894-
CMYK0.1200.040.62
HSL160º6.52%36.08%-
HSV(B)160º12.24%38.43%-
XYZ10.2311.5212.27-
YUV93.96128.02122.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=30.94%
G=35.25%
B=33.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698940.1200.040.621606.5236.08
Hex56625EC043Ea0724
Octal126142136140476240744
Binary1010110110001010111101100010011111010100000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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