Html Css Color HEX #506D61 Viridian Green

📋 copy color: '#506D61'

red 80 ◦ green 109 ◦ blue 97

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

Shades of Viridian Green #506D61

Tints of Viridian Green #506D61

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.11%

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

R = 27.97%
G = 38.11%
B = 33.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#506D61 (or 0x506D61) is known color: Viridian Green. HEX triplet: 50, 6D and 61. RGB value is (80,109,97). Sum of RGB (Red+Green+Blue) = 80+109+97=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #506D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D61 is #AF929E. Grayscale: #626262. Windows color (decimal): -11506335 or 6384976. OLE color: 6384976.

HSL color Cylindrical-coordinate representation of color #506D61: hue angle of 155.17º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D61 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 97 -
CMYK 0.27 0 0.11 0.57
HSL 155.17º 0.15% 0.37% -
HSV(B) 155.17º 0.27% 0.43% -
XYZ 10.93 13.51 13.34 -
YUV 98.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 80 109 97 0.27 0 0.11 0.57 155.17 0.15 0.37
Hex 50 6D 61 1B 0 B 39 9B F 25
Octal 120 155 141 33 0 13 71 233 17 45
Binary 1010000 1101101 1100001 11011 0 1011 111001 10011011 1111 100101

Color Harmonies of #506D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D61

Black with #506D61

Text Example


Text Example

White with #506D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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