Html Css Color HEX #506B62 Viridian Green

📋 copy color: '#506B62'

red 80 ◦ green 107 ◦ blue 98

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

Shades of Viridian Green #506B62

Tints of Viridian Green #506B62

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.54%

 BLUE value IS 98 (38.67% from 255) = 34.39%

R = 28.07%
G = 37.54%
B = 34.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#506B62 (or 0x506B62) is known color: Viridian Green. HEX triplet: 50, 6B and 62. RGB value is (80,107,98). Sum of RGB (Red+Green+Blue) = 80+107+98=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 107 - color contains mainly: green. Hex color #506B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B62 is #AF949D. Grayscale: #616161. Windows color (decimal): -11506846 or 6450000. OLE color: 6450000.

HSL color Cylindrical-coordinate representation of color #506B62: hue angle of 160º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506B62 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 107 98 -
CMYK 0.25 0 0.08 0.58
HSL 160º 0.14% 0.37% -
HSV(B) 160º 0.25% 0.42% -
XYZ 10.77 13.1 13.52 -
YUV 97.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 80 107 98 0.25 0 0.08 0.58 160 0.14 0.37
Hex 50 6B 62 19 0 8 3A A0 E 25
Octal 120 153 142 31 0 10 72 240 16 45
Binary 1010000 1101011 1100010 11001 0 1000 111010 10100000 1110 100101

Color Harmonies of #506B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B62

Black with #506B62

Text Example


Text Example

White with #506B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,107,98); }

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

background-color css

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

 a { background-color: rgb(80,107,98); }

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

border-color css

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

 span { border-color: rgb(80,107,98); }

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