#3F7861

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

Shades of Viridian #3F7861

Tints of Viridian #3F7861

Color information

#3F7861 (or 0x3F7861) is unknown color: approx Viridian. HEX triplet: 3F, 78 and 61. RGB value is (63,120,97). Sum of RGB (Red+Green+Blue) = 63+120+97=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7861 is #C0879E. Grayscale: #646464. Windows color (decimal): -12617631 or 6387775. OLE color: 6387775.

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

Color convert

RGB6312097-
CMYK0.4800.190.53
HSL155.79º31.15%35.88%-
HSV(B)155.79º47.5%47.06%-
XYZ10.9215.3513.7-
YUV100.34126.12101.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.5%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=22.5%
G=42.86%
B=34.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120970.4800.190.53155.7931.1535.88
Hex3F786130013359c1f24
Octal7717014160023652343744
Binary111111111100011000011100000100111101011001110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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