#3B735E

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

Shades of Stromboli #3B735E

Tints of Stromboli #3B735E

Color information

#3B735E (or 0x3B735E) is unknown color: approx Stromboli. HEX triplet: 3B, 73 and 5E. RGB value is (59,115,94). Sum of RGB (Red+Green+Blue) = 59+115+94=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #3B735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B735E is #C48CA1. Grayscale: #5F5F5F. Windows color (decimal): -12881058 or 6189883. OLE color: 6189883.

HSL color Cylindrical-coordinate representation of color #3B735E: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B735E is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB5911594-
CMYK0.4900.180.55
HSL157.5º32.18%34.12%-
HSV(B)157.5º48.7%45.1%-
XYZ9.951412.77-
YUV95.86126.95101.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.01%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=22.01%
G=42.91%
B=35.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59115940.4900.180.55157.532.1834.12
Hex3B735E31012379e2022
Octal7316313661022672364042
Binary1110111110011101111011000101001011011110011110100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,115,94); }

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

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

 a { background-color: rgb(59,115,94); }

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

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

 span { border-color: rgb(59,115,94); }

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