Html Css Color HEX #50665E Viridian Green

📋 copy color: '#50665E'

red 80 ◦ green 102 ◦ blue 94

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

Shades of Viridian Green #50665E

Tints of Viridian Green #50665E

RGB

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

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

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

R = 28.99%
G = 36.96%
B = 34.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#50665E (or 0x50665E) is known color: Viridian Green. HEX triplet: 50, 66 and 5E. RGB value is (80,102,94). Sum of RGB (Red+Green+Blue) = 80+102+94=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #50665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50665E is #AF99A1. Grayscale: #5E5E5E. Windows color (decimal): -11508130 or 6186576. OLE color: 6186576.

HSL color Cylindrical-coordinate representation of color #50665E: hue angle of 158.18º 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 #50665E is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 94 -
CMYK 0.22 0 0.08 0.6
HSL 158.18º 0.12% 0.36% -
HSV(B) 158.18º 0.22% 0.4% -
XYZ 10.08 12.02 12.38 -
YUV 94.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 80 102 94 0.22 0 0.08 0.6 158.18 0.12 0.36
Hex 50 66 5E 16 0 8 3C 9E C 24
Octal 120 146 136 26 0 10 74 236 14 44
Binary 1010000 1100110 1011110 10110 0 1000 111100 10011110 1100 100100

Color Harmonies of #50665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50665E

Black with #50665E

Text Example


Text Example

White with #50665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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