#4d826a

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

Shades of Viridian #4D826A

Tints of Viridian #4D826A

Color information

#4D826A (or 0x4D826A) is unknown color: approx Viridian. HEX triplet: 4D, 82 and 6A. RGB value is (77,130,106). Sum of RGB (Red+Green+Blue) = 77+130+106=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #4D826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D826A is #B27D95. Grayscale: #6F6F6F. Windows color (decimal): -11697558 or 6980173. OLE color: 6980173.

HSL color Cylindrical-coordinate representation of color #4D826A: hue angle of 152.83º 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 #4D826A is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB77130106-
CMYK0.4100.180.49
HSL152.83º25.6%40.59%-
HSV(B)152.83º40.77%50.98%-
XYZ13.6418.5816.5-
YUV111.42124.94103.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.60%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=24.60%
G=41.53%
B=33.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal771301060.4100.180.49152.8325.640.59
Hex4D826A2901231991a29
Octal11520215251022612313251
Binary10011011000001011010101010010100101100011001100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d826a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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