#3F916C

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

Shades of Viridian #3F916C

Tints of Viridian #3F916C

Color information

#3F916C (or 0x3F916C) is unknown color: approx Viridian. HEX triplet: 3F, 91 and 6C. RGB value is (63,145,108). Sum of RGB (Red+Green+Blue) = 63+145+108=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #3F916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F916C is #C06E93. Grayscale: #747474. Windows color (decimal): -12611220 or 7115071. OLE color: 7115071.

HSL color Cylindrical-coordinate representation of color #3F916C: hue angle of 152.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F916C is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB63145108-
CMYK0.5700.260.43
HSL152.93º39.42%40.78%-
HSV(B)152.93º56.55%56.86%-
XYZ14.8822.3917.72-
YUV116.26123.3390.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.94%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=19.94%
G=45.89%
B=34.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631451080.5700.260.43152.9339.4240.78
Hex3F916C3901A2B992729
Octal7722115471032532314751
Binary11111110010001110110011100101101010101110011001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,145,108); }

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

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

 a { background-color: rgb(63,145,108); }

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

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

 span { border-color: rgb(63,145,108); }

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