#3b6358

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

Shades of Stromboli #3B6358

Tints of Stromboli #3B6358

Color information

#3B6358 (or 0x3B6358) is unknown color: approx Stromboli. HEX triplet: 3B, 63 and 58. RGB value is (59,99,88). Sum of RGB (Red+Green+Blue) = 59+99+88=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6358 is #C49CA7. Grayscale: #555555. Windows color (decimal): -12885160 or 5792571. OLE color: 5792571.

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

Color convert

RGB599988-
CMYK0.4000.110.61
HSL163.5º25.32%30.98%-
HSV(B)163.5º40.4%38.82%-
XYZ8.0310.5610.85-
YUV85.79129.25108.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.98%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=23.98%
G=40.24%
B=35.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999880.4000.110.61163.525.3230.98
Hex3B6358280B3Da4191f
Octal7314313050013752443137
Binary1110111100011101100010100001011111101101001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,88); }

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

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

 a { background-color: rgb(59,99,88); }

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

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

 span { border-color: rgb(59,99,88); }

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