#4A856C

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

Shades of Viridian #4A856C

Tints of Viridian #4A856C

Color information

#4A856C (or 0x4A856C) is unknown color: approx Viridian. HEX triplet: 4A, 85 and 6C. RGB value is (74,133,108). Sum of RGB (Red+Green+Blue) = 74+133+108=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #4A856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A856C is #B57A93. Grayscale: #707070. Windows color (decimal): -11893396 or 7112010. OLE color: 7112010.

HSL color Cylindrical-coordinate representation of color #4A856C: hue angle of 154.58º 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 #4A856C is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB74133108-
CMYK0.4400.190.48
HSL154.58º28.5%40.59%-
HSV(B)154.58º44.36%52.16%-
XYZ13.9219.3117.18-
YUV112.51125.45100.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.49%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=23.49%
G=42.22%
B=34.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal741331080.4400.190.48154.5828.540.59
Hex4A856C2C013309b1d29
Octal11220515454023602333551
Binary10010101000010111011001011000100111100001001101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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