#3B735F

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

Shades of Stromboli #3B735F

Tints of Stromboli #3B735F

Color information

#3B735F (or 0x3B735F) is unknown color: approx Stromboli. HEX triplet: 3B, 73 and 5F. RGB value is (59,115,95). Sum of RGB (Red+Green+Blue) = 59+115+95=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #3B735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B735F is #C48CA0. Grayscale: #606060. Windows color (decimal): -12881057 or 6255419. OLE color: 6255419.

HSL color Cylindrical-coordinate representation of color #3B735F: hue angle of 158.57º 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 #3B735F is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB5911595-
CMYK0.4900.170.55
HSL158.57º32.18%34.12%-
HSV(B)158.57º48.7%45.1%-
XYZ1014.0213.01-
YUV95.98127.45101.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.93%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 95 (37.5% from 255) = 35.32%
R=21.93%
G=42.75%
B=35.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59115950.4900.170.55158.5732.1834.12
Hex3B735F31011379f2022
Octal7316313761021672374042
Binary1110111110011101111111000101000111011110011111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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