#3B6255

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

Shades of Stromboli #3B6255

Tints of Stromboli #3B6255

Color information

#3B6255 (or 0x3B6255) is unknown color: approx Stromboli. HEX triplet: 3B, 62 and 55. RGB value is (59,98,85). Sum of RGB (Red+Green+Blue) = 59+98+85=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6255 is #C49DAA. Grayscale: #545454. Windows color (decimal): -12885419 or 5595707. OLE color: 5595707.

HSL color Cylindrical-coordinate representation of color #3B6255: hue angle of 160º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B6255 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB599885-
CMYK0.4000.130.62
HSL160º24.84%30.78%-
HSV(B)160º39.8%38.43%-
XYZ7.8110.3210.17-
YUV84.86128.08109.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=24.38%
G=40.50%
B=35.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5998850.4000.130.6216024.8430.78
Hex3B6255280D3Ea0191f
Octal7314212550015762403137
Binary1110111100010101010110100001101111110101000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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