#4A8575

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

Shades of Viridian #4A8575

Tints of Viridian #4A8575

Color information

#4A8575 (or 0x4A8575) is unknown color: approx Viridian. HEX triplet: 4A, 85 and 75. RGB value is (74,133,117). Sum of RGB (Red+Green+Blue) = 74+133+117=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8575 is #B57A8A. Grayscale: #717171. Windows color (decimal): -11893387 or 7701834. OLE color: 7701834.

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

Color convert

RGB74133117-
CMYK0.4400.120.48
HSL163.73º28.5%40.59%-
HSV(B)163.73º44.36%52.16%-
XYZ14.4219.5219.84-
YUV113.54129.9599.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.84%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=22.84%
G=41.05%
B=36.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal741331170.4400.120.48163.7328.540.59
Hex4A85752C0C30a41d29
Octal11220516554014602443551
Binary1001010100001011110101101100011001100001010010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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