#3F7C61

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

Shades of Viridian #3F7C61

Tints of Viridian #3F7C61

Color information

#3F7C61 (or 0x3F7C61) is unknown color: approx Viridian. HEX triplet: 3F, 7C and 61. RGB value is (63,124,97). Sum of RGB (Red+Green+Blue) = 63+124+97=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C61 is #C0839E. Grayscale: #666666. Windows color (decimal): -12616607 or 6388799. OLE color: 6388799.

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

Color convert

RGB6312497-
CMYK0.4900.220.51
HSL153.44º32.62%36.67%-
HSV(B)153.44º49.19%48.63%-
XYZ11.4216.3413.86-
YUV102.68124.7999.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 124 (48.83% from 255) = 43.66%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=22.18%
G=43.66%
B=34.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63124970.4900.220.51153.4432.6236.67
Hex3F7C613101633992125
Octal7717414161026632314145
Binary1111111111100110000111000101011011001110011001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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