#4A806F

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

Shades of Viridian #4A806F

Tints of Viridian #4A806F

Color information

#4A806F (or 0x4A806F) is unknown color: approx Viridian. HEX triplet: 4A, 80 and 6F. RGB value is (74,128,111). Sum of RGB (Red+Green+Blue) = 74+128+111=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #4A806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A806F is #B57F90. Grayscale: #6D6D6D. Windows color (decimal): -11894673 or 7307338. OLE color: 7307338.

HSL color Cylindrical-coordinate representation of color #4A806F: hue angle of 161.11º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A806F is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB74128111-
CMYK0.4200.130.50
HSL161.11º26.73%39.61%-
HSV(B)161.11º42.19%50.2%-
XYZ13.4118.0417.81-
YUV109.92128.61102.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.64%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=23.64%
G=40.89%
B=35.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal741281110.4200.130.50161.1126.7339.61
Hex4A806F2A0D32a11b28
Octal11220015752015622413350
Binary1001010100000001101111101010011011100101010000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,128,111); }

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

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

 a { background-color: rgb(74,128,111); }

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

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

 span { border-color: rgb(74,128,111); }

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