#4A8B6D

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

Shades of Viridian #4A8B6D

Tints of Viridian #4A8B6D

Color information

#4A8B6D (or 0x4A8B6D) is unknown color: approx Viridian. HEX triplet: 4A, 8B and 6D. RGB value is (74,139,109). Sum of RGB (Red+Green+Blue) = 74+139+109=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8B6D is #B57492. Grayscale: #747474. Windows color (decimal): -11891859 or 7179082. OLE color: 7179082.

HSL color Cylindrical-coordinate representation of color #4A8B6D: hue angle of 152.31º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8B6D is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB74139109-
CMYK0.4700.220.45
HSL152.31º30.52%41.76%-
HSV(B)152.31º46.76%54.51%-
XYZ14.8221.0317.75-
YUV116.14123.9797.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.98%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=22.98%
G=43.17%
B=33.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741391090.4700.220.45152.3130.5241.76
Hex4A8B6D2F0162D981f2a
Octal11221315557026552303752
Binary10010101000101111011011011110101101011011001100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,139,109); }

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

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

 a { background-color: rgb(74,139,109); }

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

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

 span { border-color: rgb(74,139,109); }

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