#3F7C6F

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

Shades of Viridian #3F7C6F

Tints of Viridian #3F7C6F

Color information

#3F7C6F (or 0x3F7C6F) is unknown color: approx Viridian. HEX triplet: 3F, 7C and 6F. RGB value is (63,124,111). Sum of RGB (Red+Green+Blue) = 63+124+111=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C6F is #C08390. Grayscale: #686868. Windows color (decimal): -12616593 or 7306303. OLE color: 7306303.

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

Color convert

RGB63124111-
CMYK0.4900.100.51
HSL167.21º32.62%36.67%-
HSV(B)167.21º49.19%48.63%-
XYZ12.1316.6217.61-
YUV104.28131.7998.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.14%
GREEN value IS 124 (48.83% from 255) = 41.61%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=21.14%
G=41.61%
B=37.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631241110.4900.100.51167.2132.6236.67
Hex3F7C6F310A33a72125
Octal7717415761012632474145
Binary111111111110011011111100010101011001110100111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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