#3F7E70

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

Shades of Viridian #3F7E70

Tints of Viridian #3F7E70

Color information

#3F7E70 (or 0x3F7E70) is unknown color: approx Viridian. HEX triplet: 3F, 7E and 70. RGB value is (63,126,112). Sum of RGB (Red+Green+Blue) = 63+126+112=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #3F7E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7E70 is #C0818F. Grayscale: #696969. Windows color (decimal): -12616080 or 7372351. OLE color: 7372351.

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

Color convert

RGB63126112-
CMYK0.5000.110.51
HSL166.67º33.33%37.06%-
HSV(B)166.67º50%49.41%-
XYZ12.4417.1517.98-
YUV105.57131.6397.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 126 (49.61% from 255) = 41.86%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=20.93%
G=41.86%
B=37.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631261120.5000.110.51166.6733.3337.06
Hex3F7E70320B33a72125
Octal7717616062013632474145
Binary111111111111011100001100100101111001110100111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,126,112); }

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

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

 a { background-color: rgb(63,126,112); }

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

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

 span { border-color: rgb(63,126,112); }

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