#3F705B

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

Shades of Stromboli #3F705B

Tints of Stromboli #3F705B

Color information

#3F705B (or 0x3F705B) is unknown color: approx Stromboli. HEX triplet: 3F, 70 and 5B. RGB value is (63,112,91). Sum of RGB (Red+Green+Blue) = 63+112+91=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #3F705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F705B is #C08FA4. Grayscale: #5E5E5E. Windows color (decimal): -12619685 or 5992511. OLE color: 5992511.

HSL color Cylindrical-coordinate representation of color #3F705B: hue angle of 154.29º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F705B is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB6311291-
CMYK0.4400.190.56
HSL154.29º28%34.31%-
HSV(B)154.29º43.75%43.92%-
XYZ9.7313.411.97-
YUV94.96125.77105.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.68%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 91 (35.94% from 255) = 34.21%
R=23.68%
G=42.11%
B=34.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63112910.4400.190.56154.292834.31
Hex3F705B2C013389a1c22
Octal7716013354023702323442
Binary111111111000010110111011000100111110001001101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,112,91); }

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

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

 a { background-color: rgb(63,112,91); }

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

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

 span { border-color: rgb(63,112,91); }

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