#4A8570

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

Shades of Viridian #4A8570

Tints of Viridian #4A8570

Color information

#4A8570 (or 0x4A8570) is unknown color: approx Viridian. HEX triplet: 4A, 85 and 70. RGB value is (74,133,112). Sum of RGB (Red+Green+Blue) = 74+133+112=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8570 is #B57A8F. Grayscale: #707070. Windows color (decimal): -11893392 or 7374154. OLE color: 7374154.

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

Color convert

RGB74133112-
CMYK0.4400.160.48
HSL158.64º28.5%40.59%-
HSV(B)158.64º44.36%52.16%-
XYZ14.1419.418.33-
YUV112.96127.45100.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.20%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=23.20%
G=41.69%
B=35.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal741331120.4400.160.48158.6428.540.59
Hex4A85702C010309f1d29
Octal11220516054020602373551
Binary10010101000010111100001011000100001100001001111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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