#3F8578

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

Shades of Viridian #3F8578

Tints of Viridian #3F8578

Color information

#3F8578 (or 0x3F8578) is unknown color: approx Viridian. HEX triplet: 3F, 85 and 78. RGB value is (63,133,120). Sum of RGB (Red+Green+Blue) = 63+133+120=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #3F8578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8578 is #C07A87. Grayscale: #6E6E6E. Windows color (decimal): -12614280 or 7898431. OLE color: 7898431.

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

Color convert

RGB63133120-
CMYK0.5300.100.48
HSL168.86º35.71%38.43%-
HSV(B)168.86º52.63%52.16%-
XYZ13.8319.1920.74-
YUV110.59133.3194.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.94%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=19.94%
G=42.09%
B=37.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal631331200.5300.100.48168.8635.7138.43
Hex3F8578350A30a92426
Octal7720517065012602514446
Binary1111111000010111110001101010101011000010101001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,133,120); }

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

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

 a { background-color: rgb(63,133,120); }

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

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

 span { border-color: rgb(63,133,120); }

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