Html Css Color HEX #50665C Viridian Green

📋 copy color: '#50665C'

red 80 ◦ green 102 ◦ blue 92

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

Shades of Viridian Green #50665C

Tints of Viridian Green #50665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 29.2%
G = 37.23%
B = 33.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#50665C (or 0x50665C) is known color: Viridian Green. HEX triplet: 50, 66 and 5C. RGB value is (80,102,92). Sum of RGB (Red+Green+Blue) = 80+102+92=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 102 - color contains mainly: green. Hex color #50665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50665C is #AF99A3. Grayscale: #5E5E5E. Windows color (decimal): -11508132 or 6055504. OLE color: 6055504.

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

Color convert

RGB 80 102 92 -
CMYK 0.22 0 0.10 0.6
HSL 152.73º 0.12% 0.36% -
HSV(B) 152.73º 0.22% 0.4% -
XYZ 9.99 11.98 11.91 -
YUV 94.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 80 102 92 0.22 0 0.10 0.6 152.73 0.12 0.36
Hex 50 66 5C 16 0 A 3C 99 C 24
Octal 120 146 134 26 0 12 74 231 14 44
Binary 1010000 1100110 1011100 10110 0 1010 111100 10011001 1100 100100

Color Harmonies of #50665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50665C

Black with #50665C

Text Example


Text Example

White with #50665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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