#3F8D72

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

Shades of Viridian #3F8D72

Tints of Viridian #3F8D72

Color information

#3F8D72 (or 0x3F8D72) is unknown color: approx Viridian. HEX triplet: 3F, 8D and 72. RGB value is (63,141,114). Sum of RGB (Red+Green+Blue) = 63+141+114=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #3F8D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8D72 is #C0728D. Grayscale: #727272. Windows color (decimal): -12612238 or 7507263. OLE color: 7507263.

HSL color Cylindrical-coordinate representation of color #3F8D72: hue angle of 159.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8D72 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB63141114-
CMYK0.5500.190.45
HSL159.23º38.24%40%-
HSV(B)159.23º55.32%55.29%-
XYZ14.6121.3219.26-
YUV114.6127.6691.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.81%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=19.81%
G=44.34%
B=35.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631411140.5500.190.45159.2338.2440
Hex3F8D72370132D9f2628
Octal7721516267023552374650
Binary11111110001101111001011011101001110110110011111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,141,114); }

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

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

 a { background-color: rgb(63,141,114); }

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

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

 span { border-color: rgb(63,141,114); }

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