Html Css Color HEX #50675F Viridian Green

📋 copy color: '#50675F'

red 80 ◦ green 103 ◦ blue 95

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

Shades of Viridian Green #50675F

Tints of Viridian Green #50675F

RGB

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

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

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

R = 28.78%
G = 37.05%
B = 34.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#50675F (or 0x50675F) is known color: Viridian Green. HEX triplet: 50, 67 and 5F. RGB value is (80,103,95). Sum of RGB (Red+Green+Blue) = 80+103+95=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 103 - color contains mainly: green. Hex color #50675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50675F is #AF98A0. Grayscale: #5F5F5F. Windows color (decimal): -11507873 or 6252368. OLE color: 6252368.

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

Color convert

RGB 80 103 95 -
CMYK 0.22 0 0.08 0.60
HSL 159.13º 0.13% 0.36% -
HSV(B) 159.13º 0.22% 0.4% -
XYZ 10.22 12.23 12.65 -
YUV 95.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 80 103 95 0.22 0 0.08 0.60 159.13 0.13 0.36
Hex 50 67 5F 16 0 8 3C 9F D 24
Octal 120 147 137 26 0 10 74 237 15 44
Binary 1010000 1100111 1011111 10110 0 1000 111100 10011111 1101 100100

Color Harmonies of #50675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50675F

Black with #50675F

Text Example


Text Example

White with #50675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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