#3B7261

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

Shades of Stromboli #3B7261

Tints of Stromboli #3B7261

Color information

#3B7261 (or 0x3B7261) is unknown color: approx Stromboli. HEX triplet: 3B, 72 and 61. RGB value is (59,114,97). Sum of RGB (Red+Green+Blue) = 59+114+97=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #3B7261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7261 is #C48D9E. Grayscale: #5F5F5F. Windows color (decimal): -12881311 or 6386235. OLE color: 6386235.

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

Color convert

RGB5911497-
CMYK0.4800.150.55
HSL161.45º31.79%33.92%-
HSV(B)161.45º48.25%44.71%-
XYZ9.9813.8313.45-
YUV95.62128.78101.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.85%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=21.85%
G=42.22%
B=35.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59114970.4800.150.55161.4531.7933.92
Hex3B7261300F37a12022
Octal7316214160017672414042
Binary111011111001011000011100000111111011110100001100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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