#3F856C

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

Shades of Viridian #3F856C

Tints of Viridian #3F856C

Color information

#3F856C (or 0x3F856C) is unknown color: approx Viridian. HEX triplet: 3F, 85 and 6C. RGB value is (63,133,108). Sum of RGB (Red+Green+Blue) = 63+133+108=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #3F856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F856C is #C07A93. Grayscale: #6D6D6D. Windows color (decimal): -12614292 or 7111999. OLE color: 7111999.

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

Color convert

RGB63133108-
CMYK0.5300.190.48
HSL158.57º35.71%38.43%-
HSV(B)158.57º52.63%52.16%-
XYZ13.1418.9117.15-
YUV109.22127.3195.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.72%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=20.72%
G=43.75%
B=35.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal631331080.5300.190.48158.5735.7138.43
Hex3F856C35013309f2426
Octal7720515465023602374446
Binary11111110000101110110011010101001111000010011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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