#3F7560

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

Shades of Viridian #3F7560

Tints of Viridian #3F7560

Color information

#3F7560 (or 0x3F7560) is unknown color: approx Viridian. HEX triplet: 3F, 75 and 60. RGB value is (63,117,96). Sum of RGB (Red+Green+Blue) = 63+117+96=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7560 is #C08A9F. Grayscale: #626262. Windows color (decimal): -12618400 or 6321471. OLE color: 6321471.

HSL color Cylindrical-coordinate representation of color #3F7560: hue angle of 156.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7560 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB6311796-
CMYK0.4600.180.54
HSL156.67º30%35.29%-
HSV(B)156.67º46.15%45.88%-
XYZ10.5214.6213.33-
YUV98.46126.61102.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=22.83%
G=42.39%
B=34.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117960.4600.180.54156.673035.29
Hex3F75602E012369d1e23
Octal7716514056022662353643
Binary111111111010111000001011100100101101101001110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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