#4D826E

Color #4D826E Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #4D826E

Tints of Viridian #4D826E

Color information

#4D826E (or 0x4D826E) is unknown color: approx Viridian. HEX triplet: 4D, 82 and 6E. RGB value is (77,130,110). Sum of RGB (Red+Green+Blue) = 77+130+110=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #4D826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D826E is #B27D91. Grayscale: #6F6F6F. Windows color (decimal): -11697554 or 7242317. OLE color: 7242317.

HSL color Cylindrical-coordinate representation of color #4D826E: hue angle of 157.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D826E is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB77130110-
CMYK0.4100.150.49
HSL157.36º25.6%40.59%-
HSV(B)157.36º40.77%50.98%-
XYZ13.8618.6717.62-
YUV111.87126.94103.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.29%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=24.29%
G=41.01%
B=34.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal771301100.4100.150.49157.3625.640.59
Hex4D826E290F319d1a29
Octal11520215651017612353251
Binary1001101100000101101110101001011111100011001110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,130,110); }

 H1.HeaderClassName
 {
   color: #4D826E;
 }
 .AnyTagClassName
 {
   color: #4D826E;
 }
</style>
background-color css

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

 a { background-color: rgb(77,130,110); }

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

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

 span { border-color: rgb(77,130,110); }

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