#3F7261

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

Shades of Stromboli #3F7261

Tints of Stromboli #3F7261

Color information

#3F7261 (or 0x3F7261) is unknown color: approx Stromboli. HEX triplet: 3F, 72 and 61. RGB value is (63,114,97). Sum of RGB (Red+Green+Blue) = 63+114+97=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7261 is #C08D9E. Grayscale: #606060. Windows color (decimal): -12619167 or 6386239. OLE color: 6386239.

HSL color Cylindrical-coordinate representation of color #3F7261: hue angle of 160º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F7261 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB6311497-
CMYK0.4500.150.55
HSL160º28.81%34.71%-
HSV(B)160º44.74%44.71%-
XYZ10.2213.9513.46-
YUV96.81128.1103.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.99%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=22.99%
G=41.61%
B=35.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63114970.4500.150.5516028.8134.71
Hex3F72612D0F37a01d23
Octal7716214155017672403543
Binary11111111100101100001101101011111101111010000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,114,97); }

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

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

 a { background-color: rgb(63,114,97); }

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

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

 span { border-color: rgb(63,114,97); }

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