#3b6359

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

Shades of Stromboli #3B6359

Tints of Stromboli #3B6359

Color information

#3B6359 (or 0x3B6359) is unknown color: approx Stromboli. HEX triplet: 3B, 63 and 59. RGB value is (59,99,89). Sum of RGB (Red+Green+Blue) = 59+99+89=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6359 is #C49CA6. Grayscale: #555555. Windows color (decimal): -12885159 or 5858107. OLE color: 5858107.

HSL color Cylindrical-coordinate representation of color #3B6359: hue angle of 165º 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 #3B6359 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB599989-
CMYK0.4000.100.61
HSL165º25.32%30.98%-
HSV(B)165º40.4%38.82%-
XYZ8.0710.5711.07-
YUV85.9129.75108.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.89%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=23.89%
G=40.08%
B=36.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999890.4000.100.6116525.3230.98
Hex3B6359280A3Da5191f
Octal7314313150012752453137
Binary1110111100011101100110100001010111101101001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b6359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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