#3F7363

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

Shades of Viridian #3F7363

Tints of Viridian #3F7363

Color information

#3F7363 (or 0x3F7363) is unknown color: approx Viridian. HEX triplet: 3F, 73 and 63. RGB value is (63,115,99). Sum of RGB (Red+Green+Blue) = 63+115+99=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7363 is #C08C9C. Grayscale: #616161. Windows color (decimal): -12618909 or 6517567. OLE color: 6517567.

HSL color Cylindrical-coordinate representation of color #3F7363: hue angle of 161.54º 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 #3F7363 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB6311599-
CMYK0.4500.140.55
HSL161.54º29.21%34.9%-
HSV(B)161.54º45.22%45.1%-
XYZ10.4314.2214-
YUV97.63128.77103.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.74%
GREEN value IS 115 (45.31% from 255) = 41.52%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=22.74%
G=41.52%
B=35.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63115990.4500.140.55161.5429.2134.9
Hex3F73632D0E37a21d23
Octal7716314355016672423543
Binary11111111100111100011101101011101101111010001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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