#3F7361

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

Shades of Viridian #3F7361

Tints of Viridian #3F7361

Color information

#3F7361 (or 0x3F7361) is unknown color: approx Viridian. HEX triplet: 3F, 73 and 61. RGB value is (63,115,97). Sum of RGB (Red+Green+Blue) = 63+115+97=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7361 is #C08C9E. Grayscale: #616161. Windows color (decimal): -12618911 or 6386495. OLE color: 6386495.

HSL color Cylindrical-coordinate representation of color #3F7361: hue angle of 159.23º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F7361 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB6311597-
CMYK0.4500.160.55
HSL159.23º29.21%34.9%-
HSV(B)159.23º45.22%45.1%-
XYZ10.3414.1813.5-
YUV97.4127.77103.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.91%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 97 (38.28% from 255) = 35.27%
R=22.91%
G=41.82%
B=35.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63115970.4500.160.55159.2329.2134.9
Hex3F73612D010379f1d23
Octal7716314155020672373543
Binary111111111001111000011011010100001101111001111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,115,97); }

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

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

 a { background-color: rgb(63,115,97); }

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

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

 span { border-color: rgb(63,115,97); }

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