Html Css Color HEX #4D816C Viridian

📋 copy color: '#4D816C'

red 77 ◦ green 129 ◦ blue 108

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

Shades of Viridian #4D816C

Tints of Viridian #4D816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.08%

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

R = 24.52%
G = 41.08%
B = 34.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#4D816C (or 0x4D816C) is known color: Viridian. HEX triplet: 4D, 81 and 6C. RGB value is (77,129,108). Sum of RGB (Red+Green+Blue) = 77+129+108=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #4D816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D816C is #B27E93. Grayscale: #6F6F6F. Windows color (decimal): -11697812 or 7110989. OLE color: 7110989.

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

Color convert

RGB 77 129 108 -
CMYK 0.40 0 0.16 0.49
HSL 155.77º 0.25% 0.4% -
HSV(B) 155.77º 0.4% 0.51% -
XYZ 13.62 18.36 17.01 -
YUV 111.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 77 129 108 0.40 0 0.16 0.49 155.77 0.25 0.4
Hex 4D 81 6C 28 0 10 31 9C 19 28
Octal 115 201 154 50 0 20 61 234 31 50
Binary 1001101 10000001 1101100 101000 0 10000 110001 10011100 11001 101000

Color Harmonies of #4D816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D816C

Black with #4D816C

Text Example


Text Example

White with #4D816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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