#3F715F

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

Shades of Stromboli #3F715F

Tints of Stromboli #3F715F

Color information

#3F715F (or 0x3F715F) is unknown color: approx Stromboli. HEX triplet: 3F, 71 and 5F. RGB value is (63,113,95). Sum of RGB (Red+Green+Blue) = 63+113+95=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #3F715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F715F is #C08EA0. Grayscale: #606060. Windows color (decimal): -12619425 or 6254911. OLE color: 6254911.

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

Color convert

RGB6311395-
CMYK0.4400.160.56
HSL158.4º28.41%34.51%-
HSV(B)158.4º44.25%44.31%-
XYZ10.0213.6912.94-
YUV96127.44104.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.25%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=23.25%
G=41.70%
B=35.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63113950.4400.160.56158.428.4134.51
Hex3F715F2C010389e1c23
Octal7716113754020702363443
Binary111111111000110111111011000100001110001001111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,113,95); }

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

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

 a { background-color: rgb(63,113,95); }

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

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

 span { border-color: rgb(63,113,95); }

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