#3F856F

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

Shades of Viridian #3F856F

Tints of Viridian #3F856F

Color information

#3F856F (or 0x3F856F) is unknown color: approx Viridian. HEX triplet: 3F, 85 and 6F. RGB value is (63,133,111). Sum of RGB (Red+Green+Blue) = 63+133+111=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #3F856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F856F is #C07A90. Grayscale: #6D6D6D. Windows color (decimal): -12614289 or 7308607. OLE color: 7308607.

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

Color convert

RGB63133111-
CMYK0.5300.170.48
HSL161.14º35.71%38.43%-
HSV(B)161.14º52.63%52.16%-
XYZ13.3118.9818-
YUV109.56128.8194.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=20.52%
G=43.32%
B=36.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal631331110.5300.170.48161.1435.7138.43
Hex3F856F3501130a12426
Octal7720515765021602414446
Binary11111110000101110111111010101000111000010100001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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