#3F8571

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

Shades of Viridian #3F8571

Tints of Viridian #3F8571

Color information

#3F8571 (or 0x3F8571) is unknown color: approx Viridian. HEX triplet: 3F, 85 and 71. RGB value is (63,133,113). Sum of RGB (Red+Green+Blue) = 63+133+113=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #3F8571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8571 is #C07A8E. Grayscale: #6D6D6D. Windows color (decimal): -12614287 or 7439679. OLE color: 7439679.

HSL color Cylindrical-coordinate representation of color #3F8571: hue angle of 162.86º 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 #3F8571 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB63133113-
CMYK0.5300.150.48
HSL162.86º35.71%38.43%-
HSV(B)162.86º52.63%52.16%-
XYZ13.4219.0218.59-
YUV109.79129.8194.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.39%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=20.39%
G=43.04%
B=36.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal631331130.5300.150.48162.8635.7138.43
Hex3F8571350F30a32426
Octal7720516165017602434446
Binary1111111000010111100011101010111111000010100011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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