#4A8774

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

Shades of Viridian #4A8774

Tints of Viridian #4A8774

Color information

#4A8774 (or 0x4A8774) is unknown color: approx Viridian. HEX triplet: 4A, 87 and 74. RGB value is (74,135,116). Sum of RGB (Red+Green+Blue) = 74+135+116=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8774 is #B5788B. Grayscale: #727272. Windows color (decimal): -11892876 or 7636810. OLE color: 7636810.

HSL color Cylindrical-coordinate representation of color #4A8774: hue angle of 161.31º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A8774 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB74135116-
CMYK0.4500.140.47
HSL161.31º29.19%40.98%-
HSV(B)161.31º45.19%52.94%-
XYZ14.6420.0419.62-
YUV114.59128.7999.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.77%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=22.77%
G=41.54%
B=35.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741351160.4500.140.47161.3129.1940.98
Hex4A87742D0E2Fa11d29
Octal11220716455016572413551
Binary1001010100001111110100101101011101011111010000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,135,116); }

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

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

 a { background-color: rgb(74,135,116); }

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

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

 span { border-color: rgb(74,135,116); }

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