#3F7765

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

Shades of Viridian #3F7765

Tints of Viridian #3F7765

Color information

#3F7765 (or 0x3F7765) is unknown color: approx Viridian. HEX triplet: 3F, 77 and 65. RGB value is (63,119,101). Sum of RGB (Red+Green+Blue) = 63+119+101=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7765 is #C0889A. Grayscale: #646464. Windows color (decimal): -12617883 or 6649663. OLE color: 6649663.

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

Color convert

RGB63119101-
CMYK0.4700.150.53
HSL160.71º30.77%35.69%-
HSV(B)160.71º47.06%46.67%-
XYZ1115.1914.66-
YUV100.2128.45101.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=22.26%
G=42.05%
B=35.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631191010.4700.150.53160.7130.7735.69
Hex3F77652F0F35a11f24
Octal7716714557017652413744
Binary11111111101111100101101111011111101011010000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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