Html Css Color HEX #4D806C Viridian

📋 copy color: '#4D806C'

red 77 ◦ green 128 ◦ blue 108

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

Shades of Viridian #4D806C

Tints of Viridian #4D806C

RGB

 RED value IS 77 (30.47% from 255) = 24.6%

 GREEN value IS 128 (50.39% from 255) = 40.89%

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 24.6%
G = 40.89%
B = 34.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#4D806C (or 0x4D806C) is known color: Viridian. HEX triplet: 4D, 80 and 6C. RGB value is (77,128,108). Sum of RGB (Red+Green+Blue) = 77+128+108=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #4D806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D806C is #B27F93. Grayscale: #6E6E6E. Windows color (decimal): -11698068 or 7110733. OLE color: 7110733.

HSL color Cylindrical-coordinate representation of color #4D806C: hue angle of 156.47º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D806C is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 128 108 -
CMYK 0.40 0 0.16 0.50
HSL 156.47º 0.25% 0.4% -
HSV(B) 156.47º 0.4% 0.5% -
XYZ 13.49 18.1 16.97 -
YUV 110.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 77 128 108 0.40 0 0.16 0.50 156.47 0.25 0.4
Hex 4D 80 6C 28 0 10 32 9C 19 28
Octal 115 200 154 50 0 20 62 234 31 50
Binary 1001101 10000000 1101100 101000 0 10000 110010 10011100 11001 101000

Color Harmonies of #4D806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D806C

Black with #4D806C

Text Example


Text Example

White with #4D806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D806C; }

 p { color: rgb(77,128,108); }

 H1.HeaderClassName
 {
   color: #4D806C;
 }
 .AnyTagClassName
 {
   color: #4D806C;
 }
</style>

background-color css

<style>
 a { background-color: #4D806C; }

 a { background-color: rgb(77,128,108); }

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

border-color css

<style>
 span { border-color: #4D806C; }

 span { border-color: rgb(77,128,108); }

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