Html Css Color HEX #556C61 Viridian Green

📋 copy color: '#556C61'

red 85 ◦ green 108 ◦ blue 97

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

Shades of Viridian Green #556C61

Tints of Viridian Green #556C61

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.24%

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 29.31%
G = 37.24%
B = 33.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#556C61 (or 0x556C61) is known color: Viridian Green. HEX triplet: 55, 6C and 61. RGB value is (85,108,97). Sum of RGB (Red+Green+Blue) = 85+108+97=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 108 - color contains mainly: green. Hex color #556C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C61 is #AA939E. Grayscale: #636363. Windows color (decimal): -11178911 or 6384725. OLE color: 6384725.

HSL color Cylindrical-coordinate representation of color #556C61: hue angle of 151.3º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C61 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 108 97 -
CMYK 0.21 0 0.10 0.58
HSL 151.3º 0.12% 0.38% -
HSV(B) 151.3º 0.21% 0.42% -
XYZ 11.27 13.52 13.32 -
YUV 99.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 85 108 97 0.21 0 0.10 0.58 151.3 0.12 0.38
Hex 55 6C 61 15 0 A 3A 97 C 26
Octal 125 154 141 25 0 12 72 227 14 46
Binary 1010101 1101100 1100001 10101 0 1010 111010 10010111 1100 100110

Color Harmonies of #556C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C61

Black with #556C61

Text Example


Text Example

White with #556C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556C61; }

 p { color: rgb(85,108,97); }

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

background-color css

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

 a { background-color: rgb(85,108,97); }

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

border-color css

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

 span { border-color: rgb(85,108,97); }

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