Html Css Color HEX #506C61 Viridian Green

📋 copy color: '#506C61'

red 80 ◦ green 108 ◦ blue 97

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

Shades of Viridian Green #506C61

Tints of Viridian Green #506C61

RGB

 RED value IS 80 (31.64% from 255) = 28.07%

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

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

R = 28.07%
G = 37.89%
B = 34.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#506C61 (or 0x506C61) is known color: Viridian Green. HEX triplet: 50, 6C and 61. RGB value is (80,108,97). Sum of RGB (Red+Green+Blue) = 80+108+97=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 108 - color contains mainly: green. Hex color #506C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C61 is #AF939E. Grayscale: #626262. Windows color (decimal): -11506591 or 6384720. OLE color: 6384720.

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

Color convert

RGB 80 108 97 -
CMYK 0.26 0 0.10 0.58
HSL 156.43º 0.15% 0.37% -
HSV(B) 156.43º 0.26% 0.42% -
XYZ 10.83 13.29 13.3 -
YUV 98.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 80 108 97 0.26 0 0.10 0.58 156.43 0.15 0.37
Hex 50 6C 61 1A 0 A 3A 9C F 25
Octal 120 154 141 32 0 12 72 234 17 45
Binary 1010000 1101100 1100001 11010 0 1010 111010 10011100 1111 100101

Color Harmonies of #506C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C61

Black with #506C61

Text Example


Text Example

White with #506C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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