#3F8B76

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

Shades of Viridian #3F8B76

Tints of Viridian #3F8B76

Color information

#3F8B76 (or 0x3F8B76) is unknown color: approx Viridian. HEX triplet: 3F, 8B and 76. RGB value is (63,139,118). Sum of RGB (Red+Green+Blue) = 63+139+118=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #3F8B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8B76 is #C07489. Grayscale: #717171. Windows color (decimal): -12612746 or 7768895. OLE color: 7768895.

HSL color Cylindrical-coordinate representation of color #3F8B76: hue angle of 163.42º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8B76 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB63139118-
CMYK0.5500.150.45
HSL163.42º37.62%39.61%-
HSV(B)163.42º54.68%54.51%-
XYZ14.5520.8320.39-
YUV113.88130.3291.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 139 (54.69% from 255) = 43.44%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=19.69%
G=43.44%
B=36.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631391180.5500.150.45163.4237.6239.61
Hex3F8B76370F2Da32628
Octal7721316667017552434650
Binary1111111000101111101101101110111110110110100011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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