#3F8576

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

Shades of Viridian #3F8576

Tints of Viridian #3F8576

Color information

#3F8576 (or 0x3F8576) is unknown color: approx Viridian. HEX triplet: 3F, 85 and 76. RGB value is (63,133,118). Sum of RGB (Red+Green+Blue) = 63+133+118=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #3F8576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8576 is #C07A89. Grayscale: #6E6E6E. Windows color (decimal): -12614282 or 7767359. OLE color: 7767359.

HSL color Cylindrical-coordinate representation of color #3F8576: hue angle of 167.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8576 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB63133118-
CMYK0.5300.110.48
HSL167.14º35.71%38.43%-
HSV(B)167.14º52.63%52.16%-
XYZ13.7119.1420.11-
YUV110.36132.3194.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=20.06%
G=42.36%
B=37.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal631331180.5300.110.48167.1435.7138.43
Hex3F8576350B30a72426
Octal7720516665013602474446
Binary1111111000010111101101101010101111000010100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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