#4A806D

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

Shades of Viridian #4A806D

Tints of Viridian #4A806D

Color information

#4A806D (or 0x4A806D) is unknown color: approx Viridian. HEX triplet: 4A, 80 and 6D. RGB value is (74,128,109). Sum of RGB (Red+Green+Blue) = 74+128+109=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #4A806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A806D is #B57F92. Grayscale: #6D6D6D. Windows color (decimal): -11894675 or 7176266. OLE color: 7176266.

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

Color convert

RGB74128109-
CMYK0.4200.150.50
HSL158.89º26.73%39.61%-
HSV(B)158.89º42.19%50.2%-
XYZ13.31817.24-
YUV109.69127.61102.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.79%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=23.79%
G=41.16%
B=35.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal741281090.4200.150.50158.8926.7339.61
Hex4A806D2A0F329f1b28
Octal11220015552017622373350
Binary1001010100000001101101101010011111100101001111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,128,109); }

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

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

 a { background-color: rgb(74,128,109); }

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

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

 span { border-color: rgb(74,128,109); }

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