Html Css Color HEX #506D5F Viridian Green

📋 copy color: '#506D5F'

red 80 ◦ green 109 ◦ blue 95

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

Shades of Viridian Green #506D5F

Tints of Viridian Green #506D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.45%

R = 28.17%
G = 38.38%
B = 33.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#506D5F (or 0x506D5F) is known color: Viridian Green. HEX triplet: 50, 6D and 5F. RGB value is (80,109,95). Sum of RGB (Red+Green+Blue) = 80+109+95=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 109 - color contains mainly: green. Hex color #506D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D5F is #AF92A0. Grayscale: #626262. Windows color (decimal): -11506337 or 6253904. OLE color: 6253904.

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

Color convert

RGB 80 109 95 -
CMYK 0.27 0 0.13 0.57
HSL 151.03º 0.15% 0.37% -
HSV(B) 151.03º 0.27% 0.43% -
XYZ 10.84 13.47 12.85 -
YUV 98.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 80 109 95 0.27 0 0.13 0.57 151.03 0.15 0.37
Hex 50 6D 5F 1B 0 D 39 97 F 25
Octal 120 155 137 33 0 15 71 227 17 45
Binary 1010000 1101101 1011111 11011 0 1101 111001 10010111 1111 100101

Color Harmonies of #506D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D5F

Black with #506D5F

Text Example


Text Example

White with #506D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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