#4A826A

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

Shades of Viridian #4A826A

Tints of Viridian #4A826A

Color information

#4A826A (or 0x4A826A) is unknown color: approx Viridian. HEX triplet: 4A, 82 and 6A. RGB value is (74,130,106). Sum of RGB (Red+Green+Blue) = 74+130+106=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #4A826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A826A is #B57D95. Grayscale: #6E6E6E. Windows color (decimal): -11894166 or 6980170. OLE color: 6980170.

HSL color Cylindrical-coordinate representation of color #4A826A: hue angle of 154.29º 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 #4A826A is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB74130106-
CMYK0.4300.180.49
HSL154.29º27.45%40%-
HSV(B)154.29º43.08%50.98%-
XYZ13.4118.4616.49-
YUV110.52125.45101.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=23.87%
G=41.94%
B=34.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal741301060.4300.180.49154.2927.4540
Hex4A826A2B012319a1b28
Octal11220215253022612323350
Binary10010101000001011010101010110100101100011001101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,130,106); }

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

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

 a { background-color: rgb(74,130,106); }

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

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

 span { border-color: rgb(74,130,106); }

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