#3F7F6E

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

Shades of Viridian #3F7F6E

Tints of Viridian #3F7F6E

Color information

#3F7F6E (or 0x3F7F6E) is unknown color: approx Viridian. HEX triplet: 3F, 7F and 6E. RGB value is (63,127,110). Sum of RGB (Red+Green+Blue) = 63+127+110=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #3F7F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7F6E is #C08091. Grayscale: #696969. Windows color (decimal): -12615826 or 7241535. OLE color: 7241535.

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

Color convert

RGB63127110-
CMYK0.5000.130.50
HSL164.06º33.68%37.25%-
HSV(B)164.06º50.39%49.8%-
XYZ12.4517.3617.45-
YUV105.93130.397.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21%
GREEN value IS 127 (50% from 255) = 42.33%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=21%
G=42.33%
B=36.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal631271100.5000.130.50164.0633.6837.25
Hex3F7F6E320D32a42225
Octal7717715662015622444245
Binary111111111111111011101100100110111001010100100100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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