#3f9873

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

Shades of Viridian #3F9873

Tints of Viridian #3F9873

Color information

#3F9873 (or 0x3F9873) is unknown color: approx Viridian. HEX triplet: 3F, 98 and 73. RGB value is (63,152,115). Sum of RGB (Red+Green+Blue) = 63+152+115=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9873 is #C0678C. Grayscale: #797979. Windows color (decimal): -12609421 or 7575615. OLE color: 7575615.

HSL color Cylindrical-coordinate representation of color #3F9873: hue angle of 155.06º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9873 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB63152115-
CMYK0.5900.240.40
HSL155.06º41.4%42.16%-
HSV(B)155.06º58.55%59.61%-
XYZ16.3724.7520.13-
YUV121.17124.5186.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.09%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=19.09%
G=46.06%
B=34.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal631521150.5900.240.40155.0641.442.16
Hex3F98733B018289b292a
Octal7723016373030502335152
Binary11111110011000111001111101101100010100010011011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f9873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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