Html Css Color HEX #506A5E Viridian Green

📋 copy color: '#506A5E'

red 80 ◦ green 106 ◦ blue 94

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

Shades of Viridian Green #506A5E

Tints of Viridian Green #506A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.86%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 28.57%
G = 37.86%
B = 33.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#506A5E (or 0x506A5E) is known color: Viridian Green. HEX triplet: 50, 6A and 5E. RGB value is (80,106,94). Sum of RGB (Red+Green+Blue) = 80+106+94=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 106 - color contains mainly: green. Hex color #506A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A5E is #AF95A1. Grayscale: #606060. Windows color (decimal): -11507106 or 6187600. OLE color: 6187600.

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

Color convert

RGB 80 106 94 -
CMYK 0.25 0 0.11 0.58
HSL 152.31º 0.14% 0.36% -
HSV(B) 152.31º 0.25% 0.42% -
XYZ 10.48 12.82 12.51 -
YUV 96.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 80 106 94 0.25 0 0.11 0.58 152.31 0.14 0.36
Hex 50 6A 5E 19 0 B 3A 98 E 24
Octal 120 152 136 31 0 13 72 230 16 44
Binary 1010000 1101010 1011110 11001 0 1011 111010 10011000 1110 100100

Color Harmonies of #506A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A5E

Black with #506A5E

Text Example


Text Example

White with #506A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,106,94); }

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

background-color css

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

 a { background-color: rgb(80,106,94); }

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

border-color css

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

 span { border-color: rgb(80,106,94); }

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