Html Css Color HEX #556560 Viridian Green

📋 copy color: '#556560'

red 85 ◦ green 101 ◦ blue 96

#556560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #556560

Tints of Viridian Green #556560

RGB

 RED value IS 85 (33.59% from 255) = 30.14%

 GREEN value IS 101 (39.84% from 255) = 35.82%

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 30.14%
G = 35.82%
B = 34.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#556560 (or 0x556560) is known color: Viridian Green. HEX triplet: 55, 65 and 60. RGB value is (85,101,96). Sum of RGB (Red+Green+Blue) = 85+101+96=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 101 - color contains mainly: green. Hex color #556560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556560 is #AA9A9F. Grayscale: #5F5F5F. Windows color (decimal): -11180704 or 6317397. OLE color: 6317397.

HSL color Cylindrical-coordinate representation of color #556560: hue angle of 161.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556560 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 96 -
CMYK 0.16 0 0.05 0.60
HSL 161.25º 0.09% 0.36% -
HSV(B) 161.25º 0.16% 0.4% -
XYZ 10.51 12.08 12.84 -
YUV 95.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 85 101 96 0.16 0 0.05 0.60 161.25 0.09 0.36
Hex 55 65 60 10 0 5 3C A1 9 24
Octal 125 145 140 20 0 5 74 241 11 44
Binary 1010101 1100101 1100000 10000 0 101 111100 10100001 1001 100100

Color Harmonies of #556560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556560

Black with #556560

Text Example


Text Example

White with #556560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556560; }

 p { color: rgb(85,101,96); }

 H1.HeaderClassName
 {
   color: #556560;
 }
 .AnyTagClassName
 {
   color: #556560;
 }
</style>

background-color css

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

 a { background-color: rgb(85,101,96); }

 div.DivClassName
 {
   background-color: #556560;
 }
 .BgClassName
 {
   background-color: #556560;
 }
</style>

border-color css

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

 span { border-color: rgb(85,101,96); }

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