Html Css Color HEX #50655C Viridian Green

📋 copy color: '#50655C'

red 80 ◦ green 101 ◦ blue 92

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

Shades of Viridian Green #50655C

Tints of Viridian Green #50655C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

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

R = 29.3%
G = 37%
B = 33.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#50655C (or 0x50655C) is known color: Viridian Green. HEX triplet: 50, 65 and 5C. RGB value is (80,101,92). Sum of RGB (Red+Green+Blue) = 80+101+92=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #50655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50655C is #AF9AA3. Grayscale: #5D5D5D. Windows color (decimal): -11508388 or 6055248. OLE color: 6055248.

HSL color Cylindrical-coordinate representation of color #50655C: hue angle of 154.29º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50655C is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 101 92 -
CMYK 0.21 0 0.09 0.60
HSL 154.29º 0.12% 0.35% -
HSV(B) 154.29º 0.21% 0.4% -
XYZ 9.89 11.79 11.88 -
YUV 93.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 80 101 92 0.21 0 0.09 0.60 154.29 0.12 0.35
Hex 50 65 5C 15 0 9 3C 9A C 23
Octal 120 145 134 25 0 11 74 232 14 43
Binary 1010000 1100101 1011100 10101 0 1001 111100 10011010 1100 100011

Color Harmonies of #50655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50655C

Black with #50655C

Text Example


Text Example

White with #50655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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