#3F7769

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

Shades of Viridian #3F7769

Tints of Viridian #3F7769

Color information

#3F7769 (or 0x3F7769) is unknown color: approx Viridian. HEX triplet: 3F, 77 and 69. RGB value is (63,119,105). Sum of RGB (Red+Green+Blue) = 63+119+105=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7769 is #C08896. Grayscale: #646464. Windows color (decimal): -12617879 or 6911807. OLE color: 6911807.

HSL color Cylindrical-coordinate representation of color #3F7769: hue angle of 165º 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 #3F7769 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB63119105-
CMYK0.4700.120.53
HSL165º30.77%35.69%-
HSV(B)165º47.06%46.67%-
XYZ11.215.2715.72-
YUV100.66130.45101.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=21.95%
G=41.46%
B=36.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631191050.4700.120.5316530.7735.69
Hex3F77692F0C35a51f24
Octal7716715157014652453744
Binary11111111101111101001101111011001101011010010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,119,105); }

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

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

 a { background-color: rgb(63,119,105); }

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

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

 span { border-color: rgb(63,119,105); }

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