#3F8668

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

Shades of Viridian #3F8668

Tints of Viridian #3F8668

Color information

#3F8668 (or 0x3F8668) is unknown color: approx Viridian. HEX triplet: 3F, 86 and 68. RGB value is (63,134,104). Sum of RGB (Red+Green+Blue) = 63+134+104=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8668 is #C07997. Grayscale: #6D6D6D. Windows color (decimal): -12614040 or 6850111. OLE color: 6850111.

HSL color Cylindrical-coordinate representation of color #3F8668: hue angle of 154.65º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8668 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB63134104-
CMYK0.5300.220.47
HSL154.65º36.04%38.63%-
HSV(B)154.65º52.99%52.55%-
XYZ13.0719.1116.1-
YUV109.35124.9894.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=20.93%
G=44.52%
B=34.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631341040.5300.220.47154.6536.0438.63
Hex3F8668350162F9b2427
Octal7720615065026572334447
Binary11111110000110110100011010101011010111110011011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,134,104); }

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

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

 a { background-color: rgb(63,134,104); }

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

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

 span { border-color: rgb(63,134,104); }

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