#4A8B6E

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

Shades of Viridian #4A8B6E

Tints of Viridian #4A8B6E

Color information

#4A8B6E (or 0x4A8B6E) is unknown color: approx Viridian. HEX triplet: 4A, 8B and 6E. RGB value is (74,139,110). Sum of RGB (Red+Green+Blue) = 74+139+110=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8B6E is #B57491. Grayscale: #747474. Windows color (decimal): -11891858 or 7244618. OLE color: 7244618.

HSL color Cylindrical-coordinate representation of color #4A8B6E: hue angle of 153.23º 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 #4A8B6E is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB74139110-
CMYK0.4700.210.45
HSL153.23º30.52%41.76%-
HSV(B)153.23º46.76%54.51%-
XYZ14.8721.0518.03-
YUV116.26124.4797.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.91%
GREEN value IS 139 (54.69% from 255) = 43.03%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=22.91%
G=43.03%
B=34.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741391100.4700.210.45153.2330.5241.76
Hex4A8B6E2F0152D991f2a
Octal11221315657025552313752
Binary10010101000101111011101011110101011011011001100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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