#4A856B

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

Shades of Viridian #4A856B

Tints of Viridian #4A856B

Color information

#4A856B (or 0x4A856B) is unknown color: approx Viridian. HEX triplet: 4A, 85 and 6B. RGB value is (74,133,107). Sum of RGB (Red+Green+Blue) = 74+133+107=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #4A856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A856B is #B57A94. Grayscale: #707070. Windows color (decimal): -11893397 or 7046474. OLE color: 7046474.

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

Color convert

RGB74133107-
CMYK0.4400.200.48
HSL153.56º28.5%40.59%-
HSV(B)153.56º44.36%52.16%-
XYZ13.8719.2916.9-
YUV112.4124.95100.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.57%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=23.57%
G=42.36%
B=34.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal741331070.4400.200.48153.5628.540.59
Hex4A856B2C014309a1d29
Octal11220515354024602323551
Binary10010101000010111010111011000101001100001001101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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