#3A9173

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

Shades of Viridian #3A9173

Tints of Viridian #3A9173

Color information

#3A9173 (or 0x3A9173) is unknown color: approx Viridian. HEX triplet: 3A, 91 and 73. RGB value is (58,145,115). Sum of RGB (Red+Green+Blue) = 58+145+115=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #3A9173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9173 is #C56E8C. Grayscale: #737373. Windows color (decimal): -12938893 or 7573818. OLE color: 7573818.

HSL color Cylindrical-coordinate representation of color #3A9173: hue angle of 159.31º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9173 is Cyan = 0.6, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB58145115-
CMYK0.600.210.43
HSL159.31º42.86%39.8%-
HSV(B)159.31º60%56.86%-
XYZ14.9622.3919.75-
YUV115.57127.6886.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.24%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=18.24%
G=45.60%
B=36.16%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581451150.600.210.43159.3142.8639.8
Hex3A91733C0152B9f2b28
Octal7222116374025532375350
Binary11101010010001111001111110001010110101110011111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A9173; }

 p { color: rgb(58,145,115); }

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

<style>
 a { background-color: #3A9173; }

 a { background-color: rgb(58,145,115); }

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

<style>
 span { border-color: #3A9173; }

 span { border-color: rgb(58,145,115); }

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