Html Css Color HEX #50665B Viridian Green

📋 copy color: '#50665B'

red 80 ◦ green 102 ◦ blue 91

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

Shades of Viridian Green #50665B

Tints of Viridian Green #50665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.36%

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 29.3%
G = 37.36%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#50665B (or 0x50665B) is known color: Viridian Green. HEX triplet: 50, 66 and 5B. RGB value is (80,102,91). Sum of RGB (Red+Green+Blue) = 80+102+91=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #50665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50665B is #AF99A4. Grayscale: #5E5E5E. Windows color (decimal): -11508133 or 5989968. OLE color: 5989968.

HSL color Cylindrical-coordinate representation of color #50665B: hue angle of 150º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #50665B is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 91 -
CMYK 0.22 0 0.11 0.6
HSL 150º 0.12% 0.36% -
HSV(B) 150º 0.22% 0.4% -
XYZ 9.95 11.96 11.68 -
YUV 94.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 80 102 91 0.22 0 0.11 0.6 150 0.12 0.36
Hex 50 66 5B 16 0 B 3C 96 C 24
Octal 120 146 133 26 0 13 74 226 14 44
Binary 1010000 1100110 1011011 10110 0 1011 111100 10010110 1100 100100

Color Harmonies of #50665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50665B

Black with #50665B

Text Example


Text Example

White with #50665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50665B; }

 p { color: rgb(80,102,91); }

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

background-color css

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

 a { background-color: rgb(80,102,91); }

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

border-color css

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

 span { border-color: rgb(80,102,91); }

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