#4A9476

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

Shades of Viridian #4A9476

Tints of Viridian #4A9476

Color information

#4A9476 (or 0x4A9476) is unknown color: approx Viridian. HEX triplet: 4A, 94 and 76. RGB value is (74,148,118). Sum of RGB (Red+Green+Blue) = 74+148+118=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9476 is #B56B89. Grayscale: #7A7A7A. Windows color (decimal): -11889546 or 7771210. OLE color: 7771210.

HSL color Cylindrical-coordinate representation of color #4A9476: hue angle of 155.68º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9476 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB74148118-
CMYK0.5000.200.42
HSL155.68º33.33%43.53%-
HSV(B)155.68º50%58.04%-
XYZ16.6823.9420.88-
YUV122.45125.4893.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.76%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=21.76%
G=43.53%
B=34.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741481180.5000.200.42155.6833.3343.53
Hex4A9476320142A9c212c
Octal11222416662024522344154
Binary100101010010100111011011001001010010101010011100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,148,118); }

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

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

 a { background-color: rgb(74,148,118); }

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

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

 span { border-color: rgb(74,148,118); }

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