#4A836A

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

Shades of Viridian #4A836A

Tints of Viridian #4A836A

Color information

#4A836A (or 0x4A836A) is unknown color: approx Viridian. HEX triplet: 4A, 83 and 6A. RGB value is (74,131,106). Sum of RGB (Red+Green+Blue) = 74+131+106=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #4A836A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A836A is #B57C95. Grayscale: #6F6F6F. Windows color (decimal): -11893910 or 6980426. OLE color: 6980426.

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

Color convert

RGB74131106-
CMYK0.4400.190.49
HSL153.68º27.8%40.2%-
HSV(B)153.68º43.51%51.37%-
XYZ13.5418.7316.54-
YUV111.11125.12101.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.79%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=23.79%
G=42.12%
B=34.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal741311060.4400.190.49153.6827.840.2
Hex4A836A2C013319a1c28
Octal11220315254023612323450
Binary10010101000001111010101011000100111100011001101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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