#3F7F6D

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

Shades of Viridian #3F7F6D

Tints of Viridian #3F7F6D

Color information

#3F7F6D (or 0x3F7F6D) is unknown color: approx Viridian. HEX triplet: 3F, 7F and 6D. RGB value is (63,127,109). Sum of RGB (Red+Green+Blue) = 63+127+109=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #3F7F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7F6D is #C08092. Grayscale: #696969. Windows color (decimal): -12615827 or 7175999. OLE color: 7175999.

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

Color convert

RGB63127109-
CMYK0.5000.140.50
HSL163.12º33.68%37.25%-
HSV(B)163.12º50.39%49.8%-
XYZ12.417.3417.16-
YUV105.81129.897.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.07%
GREEN value IS 127 (50% from 255) = 42.47%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=21.07%
G=42.47%
B=36.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal631271090.5000.140.50163.1233.6837.25
Hex3F7F6D320E32a32225
Octal7717715562016622434245
Binary111111111111111011011100100111011001010100011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,127,109); }

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

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

 a { background-color: rgb(63,127,109); }

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

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

 span { border-color: rgb(63,127,109); }

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