#3F7763

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

Shades of Viridian #3F7763

Tints of Viridian #3F7763

Color information

#3F7763 (or 0x3F7763) is unknown color: approx Viridian. HEX triplet: 3F, 77 and 63. RGB value is (63,119,99). Sum of RGB (Red+Green+Blue) = 63+119+99=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7763 is #C0889C. Grayscale: #636363. Windows color (decimal): -12617885 or 6518591. OLE color: 6518591.

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

Color convert

RGB6311999-
CMYK0.4700.170.53
HSL158.57º30.77%35.69%-
HSV(B)158.57º47.06%46.67%-
XYZ10.915.1514.15-
YUV99.98127.45101.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.42%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=22.42%
G=42.35%
B=35.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63119990.4700.170.53158.5730.7735.69
Hex3F77632F011359f1f24
Octal7716714357021652373744
Binary111111111011111000111011110100011101011001111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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