#3F9173

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

Shades of Viridian #3F9173

Tints of Viridian #3F9173

Color information

#3F9173 (or 0x3F9173) is unknown color: approx Viridian. HEX triplet: 3F, 91 and 73. RGB value is (63,145,115). Sum of RGB (Red+Green+Blue) = 63+145+115=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #3F9173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9173 is #C06E8C. Grayscale: #757575. Windows color (decimal): -12611213 or 7573823. OLE color: 7573823.

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

Color convert

RGB63145115-
CMYK0.5700.210.43
HSL158.05º39.42%40.78%-
HSV(B)158.05º56.55%56.86%-
XYZ15.2722.5519.77-
YUV117.06126.8389.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.50%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=19.50%
G=44.89%
B=35.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631451150.5700.210.43158.0539.4240.78
Hex3F9173390152B9e2729
Octal7722116371025532364751
Binary11111110010001111001111100101010110101110011110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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