#3F8F73

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

Shades of Viridian #3F8F73

Tints of Viridian #3F8F73

Color information

#3F8F73 (or 0x3F8F73) is unknown color: approx Viridian. HEX triplet: 3F, 8F and 73. RGB value is (63,143,115). Sum of RGB (Red+Green+Blue) = 63+143+115=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8F73 is #C0708C. Grayscale: #737373. Windows color (decimal): -12611725 or 7573311. OLE color: 7573311.

HSL color Cylindrical-coordinate representation of color #3F8F73: hue angle of 159º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8F73 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB63143115-
CMYK0.5600.200.44
HSL159º38.83%40.39%-
HSV(B)159º55.94%56.08%-
XYZ14.9721.9419.67-
YUV115.89127.590.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.63%
GREEN value IS 143 (56.25% from 255) = 44.55%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=19.63%
G=44.55%
B=35.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631431150.5600.200.4415938.8340.39
Hex3F8F73380142C9f2728
Octal7721716370024542374750
Binary11111110001111111001111100001010010110010011111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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