Html Css Color HEX #50655B Viridian Green

📋 copy color: '#50655B'

red 80 ◦ green 101 ◦ blue 91

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

Shades of Viridian Green #50655B

Tints of Viridian Green #50655B

RGB

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

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

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

R = 29.41%
G = 37.13%
B = 33.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#50655B (or 0x50655B) is known color: Viridian Green. HEX triplet: 50, 65 and 5B. RGB value is (80,101,91). Sum of RGB (Red+Green+Blue) = 80+101+91=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #50655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50655B is #AF9AA4. Grayscale: #5D5D5D. Windows color (decimal): -11508389 or 5989712. OLE color: 5989712.

HSL color Cylindrical-coordinate representation of color #50655B: hue angle of 151.43º 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 #50655B is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 101 91 -
CMYK 0.21 0 0.10 0.60
HSL 151.43º 0.12% 0.35% -
HSV(B) 151.43º 0.21% 0.4% -
XYZ 9.85 11.77 11.65 -
YUV 93.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 80 101 91 0.21 0 0.10 0.60 151.43 0.12 0.35
Hex 50 65 5B 15 0 A 3C 97 C 23
Octal 120 145 133 25 0 12 74 227 14 43
Binary 1010000 1100101 1011011 10101 0 1010 111100 10010111 1100 100011

Color Harmonies of #50655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50655B

Black with #50655B

Text Example


Text Example

White with #50655B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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