Html Css Color HEX #506D60 Viridian Green

📋 copy color: '#506D60'

red 80 ◦ green 109 ◦ blue 96

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

Shades of Viridian Green #506D60

Tints of Viridian Green #506D60

RGB

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

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

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

R = 28.07%
G = 38.25%
B = 33.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#506D60 (or 0x506D60) is known color: Viridian Green. HEX triplet: 50, 6D and 60. RGB value is (80,109,96). Sum of RGB (Red+Green+Blue) = 80+109+96=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #506D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D60 is #AF929F. Grayscale: #626262. Windows color (decimal): -11506336 or 6319440. OLE color: 6319440.

HSL color Cylindrical-coordinate representation of color #506D60: hue angle of 153.1º 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 #506D60 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 96 -
CMYK 0.27 0 0.12 0.57
HSL 153.1º 0.15% 0.37% -
HSV(B) 153.1º 0.27% 0.43% -
XYZ 10.89 13.49 13.1 -
YUV 98.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 80 109 96 0.27 0 0.12 0.57 153.1 0.15 0.37
Hex 50 6D 60 1B 0 C 39 99 F 25
Octal 120 155 140 33 0 14 71 231 17 45
Binary 1010000 1101101 1100000 11011 0 1100 111001 10011001 1111 100101

Color Harmonies of #506D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D60

Black with #506D60

Text Example


Text Example

White with #506D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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