#3F7760

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

Shades of Viridian #3F7760

Tints of Viridian #3F7760

Color information

#3F7760 (or 0x3F7760) is unknown color: approx Viridian. HEX triplet: 3F, 77 and 60. RGB value is (63,119,96). Sum of RGB (Red+Green+Blue) = 63+119+96=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7760 is #C0889F. Grayscale: #636363. Windows color (decimal): -12617888 or 6321983. OLE color: 6321983.

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

Color convert

RGB6311996-
CMYK0.4700.190.53
HSL155.36º30.77%35.69%-
HSV(B)155.36º47.06%46.67%-
XYZ10.7615.0913.41-
YUV99.63125.95101.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=22.66%
G=42.81%
B=34.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63119960.4700.190.53155.3630.7735.69
Hex3F77602F013359b1f24
Octal7716714057023652333744
Binary111111111011111000001011110100111101011001101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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