#3F8A76

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

Shades of Viridian #3F8A76

Tints of Viridian #3F8A76

Color information

#3F8A76 (or 0x3F8A76) is unknown color: approx Viridian. HEX triplet: 3F, 8A and 76. RGB value is (63,138,118). Sum of RGB (Red+Green+Blue) = 63+138+118=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8A76 is #C07589. Grayscale: #717171. Windows color (decimal): -12613002 or 7768639. OLE color: 7768639.

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

Color convert

RGB63138118-
CMYK0.5400.140.46
HSL164º37.31%39.41%-
HSV(B)164º54.35%54.12%-
XYZ14.4120.5420.35-
YUV113.3130.6592.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.75%
GREEN value IS 138 (54.30% from 255) = 43.26%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=19.75%
G=43.26%
B=36.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal631381180.5400.140.4616437.3139.41
Hex3F8A76360E2Ea42527
Octal7721216666016562444547
Binary1111111000101011101101101100111010111010100100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,138,118); }

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

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

 a { background-color: rgb(63,138,118); }

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

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

 span { border-color: rgb(63,138,118); }

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