#4A856D

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

Shades of Viridian #4A856D

Tints of Viridian #4A856D

Color information

#4A856D (or 0x4A856D) is unknown color: approx Viridian. HEX triplet: 4A, 85 and 6D. RGB value is (74,133,109). Sum of RGB (Red+Green+Blue) = 74+133+109=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #4A856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A856D is #B57A92. Grayscale: #707070. Windows color (decimal): -11893395 or 7177546. OLE color: 7177546.

HSL color Cylindrical-coordinate representation of color #4A856D: hue angle of 155.59º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A856D is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB74133109-
CMYK0.4400.180.48
HSL155.59º28.5%40.59%-
HSV(B)155.59º44.36%52.16%-
XYZ13.9719.3417.46-
YUV112.62125.95100.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.42%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=23.42%
G=42.09%
B=34.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal741331090.4400.180.48155.5928.540.59
Hex4A856D2C012309c1d29
Octal11220515554022602343551
Binary10010101000010111011011011000100101100001001110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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