#3F7D61

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

Shades of Viridian #3F7D61

Tints of Viridian #3F7D61

Color information

#3F7D61 (or 0x3F7D61) is unknown color: approx Viridian. HEX triplet: 3F, 7D and 61. RGB value is (63,125,97). Sum of RGB (Red+Green+Blue) = 63+125+97=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #3F7D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7D61 is #C0829E. Grayscale: #676767. Windows color (decimal): -12616351 or 6389055. OLE color: 6389055.

HSL color Cylindrical-coordinate representation of color #3F7D61: hue angle of 152.9º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F7D61 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB6312597-
CMYK0.5000.220.51
HSL152.9º32.98%36.86%-
HSV(B)152.9º49.6%49.02%-
XYZ11.5416.5913.9-
YUV103.27124.4699.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 125 (49.22% from 255) = 43.86%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=22.11%
G=43.86%
B=34.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63125970.5000.220.51152.932.9836.86
Hex3F7D613201633992125
Octal7717514162026632314145
Binary1111111111101110000111001001011011001110011001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,125,97); }

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

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

 a { background-color: rgb(63,125,97); }

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

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

 span { border-color: rgb(63,125,97); }

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