#3F796A

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

Shades of Viridian #3F796A

Tints of Viridian #3F796A

Color information

#3F796A (or 0x3F796A) is unknown color: approx Viridian. HEX triplet: 3F, 79 and 6A. RGB value is (63,121,106). Sum of RGB (Red+Green+Blue) = 63+121+106=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #3F796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F796A is #C08695. Grayscale: #656565. Windows color (decimal): -12617366 or 6977855. OLE color: 6977855.

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

Color convert

RGB63121106-
CMYK0.4800.120.53
HSL164.48º31.52%36.08%-
HSV(B)164.48º47.93%47.45%-
XYZ11.4915.7716.07-
YUV101.95130.28100.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.72%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=21.72%
G=41.72%
B=36.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631211060.4800.120.53164.4831.5236.08
Hex3F796A300C35a42024
Octal7717115260014652444044
Binary111111111100111010101100000110011010110100100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,121,106); }

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

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

 a { background-color: rgb(63,121,106); }

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

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

 span { border-color: rgb(63,121,106); }

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