Html Css Color HEX #50645A Viridian Green

📋 copy color: '#50645A'

red 80 ◦ green 100 ◦ blue 90

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

Shades of Viridian Green #50645A

Tints of Viridian Green #50645A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 29.63%
G = 37.04%
B = 33.33%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#50645A (or 0x50645A) is known color: Viridian Green. HEX triplet: 50, 64 and 5A. RGB value is (80,100,90). Sum of RGB (Red+Green+Blue) = 80+100+90=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 100 - color contains mainly: green. Hex color #50645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50645A is #AF9BA5. Grayscale: #5C5C5C. Windows color (decimal): -11508646 or 5923920. OLE color: 5923920.

HSL color Cylindrical-coordinate representation of color #50645A: hue angle of 150º 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 #50645A is Cyan = 0.2, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 100 90 -
CMYK 0.2 0 0.10 0.61
HSL 150º 0.11% 0.35% -
HSV(B) 150º 0.2% 0.39% -
XYZ 9.71 11.56 11.39 -
YUV 92.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 80 100 90 0.2 0 0.10 0.61 150 0.11 0.35
Hex 50 64 5A 14 0 A 3D 96 B 23
Octal 120 144 132 24 0 12 75 226 13 43
Binary 1010000 1100100 1011010 10100 0 1010 111101 10010110 1011 100011

Color Harmonies of #50645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50645A

Black with #50645A

Text Example


Text Example

White with #50645A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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