#4A876D

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

Shades of Viridian #4A876D

Tints of Viridian #4A876D

Color information

#4A876D (or 0x4A876D) is unknown color: approx Viridian. HEX triplet: 4A, 87 and 6D. RGB value is (74,135,109). Sum of RGB (Red+Green+Blue) = 74+135+109=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #4A876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A876D is #B57892. Grayscale: #717171. Windows color (decimal): -11892883 or 7178058. OLE color: 7178058.

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

Color convert

RGB74135109-
CMYK0.4500.190.47
HSL154.43º29.19%40.98%-
HSV(B)154.43º45.19%52.94%-
XYZ14.2519.8917.56-
YUV113.8125.2999.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.27%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=23.27%
G=42.45%
B=34.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741351090.4500.190.47154.4329.1940.98
Hex4A876D2D0132F9a1d29
Octal11220715555023572323551
Binary10010101000011111011011011010100111011111001101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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