#3F6255

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

Shades of Stromboli #3F6255

Tints of Stromboli #3F6255

Color information

#3F6255 (or 0x3F6255) is unknown color: approx Stromboli. HEX triplet: 3F, 62 and 55. RGB value is (63,98,85). Sum of RGB (Red+Green+Blue) = 63+98+85=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6255 is #C09DAA. Grayscale: #565656. Windows color (decimal): -12623275 or 5595711. OLE color: 5595711.

HSL color Cylindrical-coordinate representation of color #3F6255: hue angle of 157.71º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F6255 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB639885-
CMYK0.3600.130.62
HSL157.71º21.74%31.57%-
HSV(B)157.71º35.71%38.43%-
XYZ8.0610.4510.19-
YUV86.05127.4111.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.61%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=25.61%
G=39.84%
B=34.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6398850.3600.130.62157.7121.7431.57
Hex3F6255240D3E9e1620
Octal7714212544015762362640
Binary11111111000101010101100100011011111101001111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,98,85); }

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

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

 a { background-color: rgb(63,98,85); }

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

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

 span { border-color: rgb(63,98,85); }

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