Html Css Color HEX #50645B Viridian Green

📋 copy color: '#50645B'

red 80 ◦ green 100 ◦ blue 91

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

Shades of Viridian Green #50645B

Tints of Viridian Green #50645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.9%

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

R = 29.52%
G = 36.9%
B = 33.58%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#50645B (or 0x50645B) is known color: Viridian Green. HEX triplet: 50, 64 and 5B. RGB value is (80,100,91). Sum of RGB (Red+Green+Blue) = 80+100+91=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 100 - color contains mainly: green. Hex color #50645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50645B is #AF9BA4. Grayscale: #5D5D5D. Windows color (decimal): -11508645 or 5989456. OLE color: 5989456.

HSL color Cylindrical-coordinate representation of color #50645B: hue angle of 153º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #50645B is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 100 91 -
CMYK 0.2 0 0.09 0.61
HSL 153º 0.11% 0.35% -
HSV(B) 153º 0.2% 0.39% -
XYZ 9.75 11.58 11.62 -
YUV 92.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 80 100 91 0.2 0 0.09 0.61 153 0.11 0.35
Hex 50 64 5B 14 0 9 3D 99 B 23
Octal 120 144 133 24 0 11 75 231 13 43
Binary 1010000 1100100 1011011 10100 0 1001 111101 10011001 1011 100011

Color Harmonies of #50645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50645B

Black with #50645B

Text Example


Text Example

White with #50645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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