#3F7869

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

Shades of Viridian #3F7869

Tints of Viridian #3F7869

Color information

#3F7869 (or 0x3F7869) is unknown color: approx Viridian. HEX triplet: 3F, 78 and 69. RGB value is (63,120,105). Sum of RGB (Red+Green+Blue) = 63+120+105=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7869 is #C08796. Grayscale: #656565. Windows color (decimal): -12617623 or 6912063. OLE color: 6912063.

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

Color convert

RGB63120105-
CMYK0.4800.130.53
HSL164.21º31.15%35.88%-
HSV(B)164.21º47.5%47.06%-
XYZ11.3215.5115.76-
YUV101.25130.12100.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=21.88%
G=41.67%
B=36.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631201050.4800.130.53164.2131.1535.88
Hex3F7869300D35a41f24
Octal7717015160015652443744
Binary11111111110001101001110000011011101011010010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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