#3F8477

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

Shades of Viridian #3F8477

Tints of Viridian #3F8477

Color information

#3F8477 (or 0x3F8477) is unknown color: approx Viridian. HEX triplet: 3F, 84 and 77. RGB value is (63,132,119). Sum of RGB (Red+Green+Blue) = 63+132+119=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #3F8477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8477 is #C07B88. Grayscale: #6D6D6D. Windows color (decimal): -12614537 or 7832639. OLE color: 7832639.

HSL color Cylindrical-coordinate representation of color #3F8477: hue angle of 168.7º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8477 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB63132119-
CMYK0.5200.100.48
HSL168.7º35.38%38.24%-
HSV(B)168.7º52.27%51.76%-
XYZ13.6318.8920.38-
YUV109.89133.1494.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 132 (51.95% from 255) = 42.04%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=20.06%
G=42.04%
B=37.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal631321190.5200.100.48168.735.3838.24
Hex3F8477340A30a92326
Octal7720416764012602514346
Binary1111111000010011101111101000101011000010101001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,132,119); }

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

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

 a { background-color: rgb(63,132,119); }

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

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

 span { border-color: rgb(63,132,119); }

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