Html Css Color HEX #506961 Viridian Green

📋 copy color: '#506961'

red 80 ◦ green 105 ◦ blue 97

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

Shades of Viridian Green #506961

Tints of Viridian Green #506961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

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

R = 28.37%
G = 37.23%
B = 34.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#506961 (or 0x506961) is known color: Viridian Green. HEX triplet: 50, 69 and 61. RGB value is (80,105,97). Sum of RGB (Red+Green+Blue) = 80+105+97=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #506961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506961 is #AF969E. Grayscale: #606060. Windows color (decimal): -11507359 or 6383952. OLE color: 6383952.

HSL color Cylindrical-coordinate representation of color #506961: hue angle of 160.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506961 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 97 -
CMYK 0.24 0 0.08 0.59
HSL 160.8º 0.14% 0.36% -
HSV(B) 160.8º 0.24% 0.41% -
XYZ 10.52 12.67 13.2 -
YUV 96.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 80 105 97 0.24 0 0.08 0.59 160.8 0.14 0.36
Hex 50 69 61 18 0 8 3B A1 E 24
Octal 120 151 141 30 0 10 73 241 16 44
Binary 1010000 1101001 1100001 11000 0 1000 111011 10100001 1110 100100

Color Harmonies of #506961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506961

Black with #506961

Text Example


Text Example

White with #506961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506961; }

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

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

background-color css

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

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

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

border-color css

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

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

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