#3F7D65

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

Shades of Viridian #3F7D65

Tints of Viridian #3F7D65

Color information

#3F7D65 (or 0x3F7D65) is unknown color: approx Viridian. HEX triplet: 3F, 7D and 65. RGB value is (63,125,101). Sum of RGB (Red+Green+Blue) = 63+125+101=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #3F7D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7D65 is #C0829A. Grayscale: #676767. Windows color (decimal): -12616347 or 6651199. OLE color: 6651199.

HSL color Cylindrical-coordinate representation of color #3F7D65: hue angle of 156.77º 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 #3F7D65 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB63125101-
CMYK0.5000.190.51
HSL156.77º32.98%36.86%-
HSV(B)156.77º49.6%49.02%-
XYZ11.7316.6614.91-
YUV103.73126.4698.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.80%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=21.80%
G=43.25%
B=34.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631251010.5000.190.51156.7732.9836.86
Hex3F7D6532013339d2125
Octal7717514562023632354145
Binary1111111111101110010111001001001111001110011101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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