#4A916D

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

Shades of Viridian #4A916D

Tints of Viridian #4A916D

Color information

#4A916D (or 0x4A916D) is unknown color: approx Viridian. HEX triplet: 4A, 91 and 6D. RGB value is (74,145,109). Sum of RGB (Red+Green+Blue) = 74+145+109=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #4A916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A916D is #B56E92. Grayscale: #777777. Windows color (decimal): -11890323 or 7180618. OLE color: 7180618.

HSL color Cylindrical-coordinate representation of color #4A916D: hue angle of 149.58º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A916D is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB74145109-
CMYK0.4900.250.43
HSL149.58º32.42%42.94%-
HSV(B)149.58º48.97%56.86%-
XYZ15.7122.8118.04-
YUV119.67121.9895.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.56%
GREEN value IS 145 (57.03% from 255) = 44.21%
BLUE value IS 109 (42.97% from 255) = 33.23%
R=22.56%
G=44.21%
B=33.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal741451090.4900.250.43149.5832.4242.94
Hex4A916D310192B96202b
Octal11222115561031532264053
Binary100101010010001110110111000101100110101110010110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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