#3F9475

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

Shades of Viridian #3F9475

Tints of Viridian #3F9475

Color information

#3F9475 (or 0x3F9475) is unknown color: approx Viridian. HEX triplet: 3F, 94 and 75. RGB value is (63,148,117). Sum of RGB (Red+Green+Blue) = 63+148+117=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #3F9475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9475 is #C06B8A. Grayscale: #777777. Windows color (decimal): -12610443 or 7705663. OLE color: 7705663.

HSL color Cylindrical-coordinate representation of color #3F9475: hue angle of 158.12º 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 #3F9475 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB63148117-
CMYK0.5700.210.42
HSL158.12º40.28%41.37%-
HSV(B)158.12º57.43%58.04%-
XYZ15.8523.5220.53-
YUV119.05126.8488.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.21%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=19.21%
G=45.12%
B=35.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631481170.5700.210.42158.1240.2841.37
Hex3F9475390152A9e2829
Octal7722416571025522365051
Binary11111110010100111010111100101010110101010011110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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