Html Css Color HEX #50655F Viridian Green

📋 copy color: '#50655F'

red 80 ◦ green 101 ◦ blue 95

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

Shades of Viridian Green #50655F

Tints of Viridian Green #50655F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 28.99%
G = 36.59%
B = 34.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#50655F (or 0x50655F) is known color: Viridian Green. HEX triplet: 50, 65 and 5F. RGB value is (80,101,95). Sum of RGB (Red+Green+Blue) = 80+101+95=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 101 - color contains mainly: green. Hex color #50655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50655F is #AF9AA0. Grayscale: #5E5E5E. Windows color (decimal): -11508385 or 6251856. OLE color: 6251856.

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

Color convert

RGB 80 101 95 -
CMYK 0.21 0 0.06 0.60
HSL 162.86º 0.12% 0.35% -
HSV(B) 162.86º 0.21% 0.4% -
XYZ 10.03 11.84 12.58 -
YUV 94.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 80 101 95 0.21 0 0.06 0.60 162.86 0.12 0.35
Hex 50 65 5F 15 0 6 3C A3 C 23
Octal 120 145 137 25 0 6 74 243 14 43
Binary 1010000 1100101 1011111 10101 0 110 111100 10100011 1100 100011

Color Harmonies of #50655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50655F

Black with #50655F

Text Example


Text Example

White with #50655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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