#3F9477

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

Shades of Viridian #3F9477

Tints of Viridian #3F9477

Color information

#3F9477 (or 0x3F9477) is unknown color: approx Viridian. HEX triplet: 3F, 94 and 77. RGB value is (63,148,119). Sum of RGB (Red+Green+Blue) = 63+148+119=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #3F9477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9477 is #C06B88. Grayscale: #777777. Windows color (decimal): -12610441 or 7836735. OLE color: 7836735.

HSL color Cylindrical-coordinate representation of color #3F9477: hue angle of 159.53º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9477 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB63148119-
CMYK0.5700.200.42
HSL159.53º40.28%41.37%-
HSV(B)159.53º57.43%58.04%-
XYZ15.9723.5721.16-
YUV119.28127.8487.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.09%
GREEN value IS 148 (58.20% from 255) = 44.85%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=19.09%
G=44.85%
B=36.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631481190.5700.200.42159.5340.2841.37
Hex3F9477390142Aa02829
Octal7722416771024522405051
Binary11111110010100111011111100101010010101010100000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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