Html Css Color HEX #506159 Viridian Green

📋 copy color: '#506159'

red 80 ◦ green 97 ◦ blue 89

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

Shades of Viridian Green #506159

Tints of Viridian Green #506159

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 30.08%
G = 36.47%
B = 33.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#506159 (or 0x506159) is known color: Viridian Green. HEX triplet: 50, 61 and 59. RGB value is (80,97,89). Sum of RGB (Red+Green+Blue) = 80+97+89=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 97 - color contains mainly: green. Hex color #506159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506159 is #AF9EA6. Grayscale: #5B5B5B. Windows color (decimal): -11509415 or 5857616. OLE color: 5857616.

HSL color Cylindrical-coordinate representation of color #506159: hue angle of 151.76º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #506159 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 89 -
CMYK 0.18 0 0.08 0.62
HSL 151.76º 0.1% 0.35% -
HSV(B) 151.76º 0.18% 0.38% -
XYZ 9.39 10.98 11.08 -
YUV 91.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 80 97 89 0.18 0 0.08 0.62 151.76 0.1 0.35
Hex 50 61 59 12 0 8 3E 98 A 23
Octal 120 141 131 22 0 10 76 230 12 43
Binary 1010000 1100001 1011001 10010 0 1000 111110 10011000 1010 100011

Color Harmonies of #506159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506159

Black with #506159

Text Example


Text Example

White with #506159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506159; }

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

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

background-color css

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

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

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

border-color css

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

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

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