Html Css Color HEX #506C62 Viridian Green

📋 copy color: '#506C62'

red 80 ◦ green 108 ◦ blue 98

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

Shades of Viridian Green #506C62

Tints of Viridian Green #506C62

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.76%

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

R = 27.97%
G = 37.76%
B = 34.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#506C62 (or 0x506C62) is known color: Viridian Green. HEX triplet: 50, 6C and 62. RGB value is (80,108,98). Sum of RGB (Red+Green+Blue) = 80+108+98=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 108 - color contains mainly: green. Hex color #506C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C62 is #AF939D. Grayscale: #626262. Windows color (decimal): -11506590 or 6450256. OLE color: 6450256.

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

Color convert

RGB 80 108 98 -
CMYK 0.26 0 0.09 0.58
HSL 158.57º 0.15% 0.37% -
HSV(B) 158.57º 0.26% 0.42% -
XYZ 10.88 13.31 13.55 -
YUV 98.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 80 108 98 0.26 0 0.09 0.58 158.57 0.15 0.37
Hex 50 6C 62 1A 0 9 3A 9F F 25
Octal 120 154 142 32 0 11 72 237 17 45
Binary 1010000 1101100 1100010 11010 0 1001 111010 10011111 1111 100101

Color Harmonies of #506C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C62

Black with #506C62

Text Example


Text Example

White with #506C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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