#3F9575

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

Shades of Viridian #3F9575

Tints of Viridian #3F9575

Color information

#3F9575 (or 0x3F9575) is unknown color: approx Viridian. HEX triplet: 3F, 95 and 75. RGB value is (63,149,117). Sum of RGB (Red+Green+Blue) = 63+149+117=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9575 is #C06A8A. Grayscale: #777777. Windows color (decimal): -12610187 or 7705919. OLE color: 7705919.

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

Color convert

RGB63149117-
CMYK0.5800.210.42
HSL157.67º40.57%41.57%-
HSV(B)157.67º57.72%58.43%-
XYZ16.0123.8420.59-
YUV119.64126.5187.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 149 (58.59% from 255) = 45.29%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=19.15%
G=45.29%
B=35.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631491170.5800.210.42157.6740.5741.57
Hex3F95753A0152A9e292a
Octal7722516572025522365152
Binary11111110010101111010111101001010110101010011110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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