#4A816B

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

Shades of Viridian #4A816B

Tints of Viridian #4A816B

Color information

#4A816B (or 0x4A816B) is unknown color: approx Viridian. HEX triplet: 4A, 81 and 6B. RGB value is (74,129,107). Sum of RGB (Red+Green+Blue) = 74+129+107=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #4A816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A816B is #B57E94. Grayscale: #6E6E6E. Windows color (decimal): -11894421 or 7045450. OLE color: 7045450.

HSL color Cylindrical-coordinate representation of color #4A816B: hue angle of 156º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A816B is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB74129107-
CMYK0.4300.170.49
HSL156º27.09%39.8%-
HSV(B)156º42.64%50.59%-
XYZ13.3318.2216.72-
YUV110.05126.28102.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=23.87%
G=41.61%
B=34.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal741291070.4300.170.4915627.0939.8
Hex4A816B2B011319c1b28
Octal11220115353021612343350
Binary10010101000000111010111010110100011100011001110011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,129,107); }

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

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

 a { background-color: rgb(74,129,107); }

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

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

 span { border-color: rgb(74,129,107); }

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