#3F8A6F

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

Shades of Viridian #3F8A6F

Tints of Viridian #3F8A6F

Color information

#3F8A6F (or 0x3F8A6F) is unknown color: approx Viridian. HEX triplet: 3F, 8A and 6F. RGB value is (63,138,111). Sum of RGB (Red+Green+Blue) = 63+138+111=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8A6F is #C07590. Grayscale: #707070. Windows color (decimal): -12613009 or 7309887. OLE color: 7309887.

HSL color Cylindrical-coordinate representation of color #3F8A6F: hue angle of 158.4º 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 #3F8A6F is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB63138111-
CMYK0.5400.200.46
HSL158.4º37.31%39.41%-
HSV(B)158.4º54.35%54.12%-
XYZ14.0120.3818.23-
YUV112.5127.1592.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.19%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=20.19%
G=44.23%
B=35.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal631381110.5400.200.46158.437.3139.41
Hex3F8A6F360142E9e2527
Octal7721215766024562364547
Binary11111110001010110111111011001010010111010011110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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