Html Css Color HEX #50675B Viridian Green

📋 copy color: '#50675B'

red 80 ◦ green 103 ◦ blue 91

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

Shades of Viridian Green #50675B

Tints of Viridian Green #50675B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.59%

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

R = 29.2%
G = 37.59%
B = 33.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#50675B (or 0x50675B) is known color: Viridian Green. HEX triplet: 50, 67 and 5B. RGB value is (80,103,91). Sum of RGB (Red+Green+Blue) = 80+103+91=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 103 - color contains mainly: green. Hex color #50675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50675B is #AF98A4. Grayscale: #5E5E5E. Windows color (decimal): -11507877 or 5990224. OLE color: 5990224.

HSL color Cylindrical-coordinate representation of color #50675B: hue angle of 148.7º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #50675B is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 91 -
CMYK 0.22 0 0.12 0.60
HSL 148.7º 0.13% 0.36% -
HSV(B) 148.7º 0.22% 0.4% -
XYZ 10.05 12.16 11.72 -
YUV 94.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 80 103 91 0.22 0 0.12 0.60 148.7 0.13 0.36
Hex 50 67 5B 16 0 C 3C 95 D 24
Octal 120 147 133 26 0 14 74 225 15 44
Binary 1010000 1100111 1011011 10110 0 1100 111100 10010101 1101 100100

Color Harmonies of #50675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50675B

Black with #50675B

Text Example


Text Example

White with #50675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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